Click or drag to resize
DataSourceSortingMode Enumeration
Enum definition for LLBLGenProDataSource(2) controls to signal what sorting mode they have to use for selects.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum DataSourceSortingMode
Members
  Member nameValueDescription
ServerSide0 Use server-side sorting, which will use solely entity fields (default)
ClientSide1 Use client-side sorting, which will use all properties specified, also non-field properties.
See Also