QuerySortFields Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a list of columns used to sort the data from this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Fields SortFields { get; set; }
Public Property SortFields As Fields
Get
Set
public:
virtual property Fields^ SortFields {
Fields^ get () sealed;
void set (Fields^ value) sealed;
}
function get_SortFields();
function set_SortFields(value);
Property Value
Type:
FieldsA list of columns used to sort the data from this query
Return Value
Type:
FieldsA list of columns used to sort the data from this query
Remarks See Also