LookupSort Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the lookup will sort values based on the description
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Sort { get; set; }
Public Property Sort As Boolean
Get
Set
public:
virtual property bool Sort {
bool get () sealed;
void set (bool value) sealed;
}
function get_Sort();
function set_Sort(value);
Property Value
Type:
BooleanTrue if the lookup will sort values based on the description
Return Value
Type:
BooleanTrue if the lookup will sort values based on the description
Remarks See Also