RunLookupSort Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether the lookup is sorted.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Sort { get; }
Public ReadOnly Property Sort As Boolean
Get
public:
virtual property bool Sort {
bool get () sealed;
}
Property Value
Type:
BooleanA value that indicates whether the lookup is sorted.
Return Value
Type:
BooleanA value that indicates whether the lookup is sorted.
Remarks See Also