QueryDatasetFields Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the fields collection returned for this dataset
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Fields Fields { get; set; }
Public Property Fields As Fields
Get
Set
public:
virtual property Fields^ Fields {
Fields^ get () sealed;
void set (Fields^ value) sealed;
}
function get_Fields();
function set_Fields(value);
Return Value
Type:
FieldsThe fields collection returned for this dataset
Implements
QueryDataset_QueryDatasetFieldsSee Also