Click or drag to resize
GroupByCollectionIndexOfTEntityField Method
Gets the index of the specified field in the list.

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 int IndexOf<TEntityField>(
	TEntityField fieldToCheck
)
where TEntityField : IEntityFieldCore

Parameters

fieldToCheck
Type: TEntityField
field to get the index of

Type Parameters

TEntityField

Return Value

Type: Int32
-1 if not found, index otherwise

Implements

IGroupByCollectionIndexOfTEntityField(TEntityField)
See Also