SystemsDataSet Property |
|
DataPA OpenAnalytics API Reference
Gets the dataset that represents this systems collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataSet DataSet { get; set; }
Public Property DataSet As DataSet
Get
Set
public:
virtual property DataSet^ DataSet {
DataSet^ get () sealed;
void set (DataSet^ value) sealed;
}
function get_DataSet();
function set_DataSet(value);
Property Value
Type:
DataSetThe dataset that represents this systems collection
Return Value
Type:
DataSetThe dataset that represents this systems collection
Remarks See Also