FieldAscending Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the sort direction for this field
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Ascending { get; set; }
Public Property Ascending As Boolean
Get
Set
public:
virtual property bool Ascending {
bool get () sealed;
void set (bool value) sealed;
}
function get_Ascending();
function set_Ascending(value);
Property Value
Type:
BooleanTrue if this field is sorted ascending, else false
Return Value
Type:
BooleanTrue if this field is sorted ascending, else false
Remarks See Also