QuerySourceFields Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a collection of fields available from the source dataset
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Fields SourceFields { get; set; }
Public Property SourceFields As Fields
Get
Set
public:
virtual property Fields^ SourceFields {
Fields^ get () sealed;
void set (Fields^ value) sealed;
}
function get_SourceFields();
function set_SourceFields(value);
Return Value
Type:
FieldsA collection of fields available from the source dataset
See Also