Click or drag to resize
EntityCollectionBaseTEntitySort Method (Int32, ListSortDirection, IComparerObject)
Sorts the collection.

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 override void Sort(
	int fieldIndex,
	ListSortDirection direction,
	IComparer<Object> comparerToUse
)

Parameters

fieldIndex
Type: SystemInt32
Field to sort on
direction
Type: System.ComponentModelListSortDirection
the sort direction
comparerToUse
Type: System.Collections.GenericIComparerObject
The comparer to use. If null, it will use the default comparer.

Implements

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