Click or drag to resize

FetchData Class

A command used to extract information out of high level data objects.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Addins.ScriptingFetchData

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class FetchData
	Inherits BaseCommand

The FetchData type exposes the following members.

Constructors
  NameDescription
Public methodFetchData
Initializes a new instance of the FetchData class
Top
Properties
  NameDescription
Public propertyExpression
An expression designating the information to extract from Input.
Public propertyInput
Designates the data object from which the information will be extracted, usually represented by a script variable.
Public propertyInterpreted
When True (default) the evaluation of the expression is interpreted in the macro itself rather than during the command execution.
Public propertyOutput
The information extracted from Input using Expression.
Public propertyRunStatement (Overrides McCommandExtended.RunStatement.)
Top
Methods
  NameDescription
Public methodRun
Retrieve data from the object specified.
Public methodSaveRunAsCode (Overrides McCommandExtended.SaveRunAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks