DataSourceSortingMode Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
ServerSide | 0 | Use server-side sorting, which will use solely entity fields (default) | |
ClientSide | 1 | Use client-side sorting, which will use all properties specified, also non-field properties. |
(c)2002-2018 Solutions Design bv