Click or drag to resize
CollectionCoreTSort 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.0.0.0 (5.0.0)
Syntax
public void Sort(
	int fieldIndex,
	ListSortDirection direction
)

Parameters

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

Implements

IEntityCollectionCoreSort(Int32, ListSortDirection)
Remarks
For backwards compatibility.
See Also