IEntityCollectionCoreSort Method (Int32, ListSortDirection) |
Applies sorting like IBindingList.ApplySort, on the field with the index fieldIndex and with the direction specified.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax void Sort(
int fieldIndex,
ListSortDirection direction
)
Sub Sort (
fieldIndex As Integer,
direction As ListSortDirection
)
Parameters
- fieldIndex
- Type: SystemInt32
Field to sort on - direction
- Type: System.ComponentModelListSortDirection
the sort direction
See Also