Click or drag to resize

GetData Class

Retrieves all data from Line Profile.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.LineProfileEngineCommand
            MediaCy.Commands.LineProfileGetData

Namespace:  MediaCy.Commands.LineProfile
Assembly:  MediaCy.Commands.LineProfile (in MediaCy.Commands.LineProfile.dll) Version: 3.1.0.0
Syntax
VB
Public Class GetData
	Inherits EngineCommand

The GetData type exposes the following members.

Constructors
  NameDescription
Public methodGetData
Initializes a new instance of the GetData class
Public methodGetData(String)
Initializes a new instance of the GetData class
Public methodGetData(McCommand)
Initializes a new instance of the GetData class
Top
Properties
  NameDescription
Public propertyOutput
Public propertyTemplate
Defines template (if nothing then all available data).
Top
Methods
  NameDescription
Public methodRun
Handle the variable assignments and command execution when running in a script.
Top
Remarks
Returns Data.DataSet
See Also