Click or drag to resize
SourceDataRequestEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments for the SourceDataRequestEvent event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPA.Utils.QueryEngineSourceDataRequestEventArgs

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class SourceDataRequestEventArgs : EventArgs, 
	SourceDataRequestEventArgs_SourceDataRequestEventArgs

The SourceDataRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSourceDataRequestEventArgs
Creates and returns a new SourceDataRequestEventArgs object
Top
Fields
Properties
  NameDescription
Public propertydataTable
Gets and sets the data table that will be used in the blending query
Public propertyQueryDataSetName
Gets and Sets the name of the dataset returned by the query
Public propertyQueryID
Gets and Sets the Unique ID of the query
Top
Remarks