IDwReadOnlyTable.Sort Property
.NET Standard 2.x
Gets the sort criteria for the DataWindow.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
IReadOnlyExpressionable<string> Sort { get; }
Property Value
DWNet.Data.IReadOnlyExpressionable<System.String>
An IReadOnlyExpressionable<string>
object which represents the sort criteria for the DataWindow.
Remarks
The Sort
property sorts the data before it is retrieved. To sort data in the DataWindow buffer, use the IDataStore.SetSort and IDataStore.Sort methods.
Applies to
.NET Standard
2.x