QueryDatasetDataSet Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the dataset object that contains the data for this object
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);
Return Value
Type:
DataSetThe dataset object that contains the data for this object
Implements
QueryDataset_QueryDatasetDataSetSee Also