Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
void Sort(
	int fieldIndex,
	ListSortDirection direction
)

Parameters

fieldIndex
Type: SystemInt32
Field to sort on
direction
Type: System.ComponentModelListSortDirection
the sort direction
See Also