FieldAllowSort Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this field can be used for sorting.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowSort { get; set; }
Public Property AllowSort As Boolean
Get
Set
public:
virtual property bool AllowSort {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowSort();
function set_AllowSort(value);
Property Value
Type:
BooleanTrue if this field can be used for sorting.
Return Value
Type:
BooleanTrue if this field can be used for sorting.
Remarks See Also