Click or drag to resize
IGroupByCollectionIndexOfTEntityField Method
Returns the index of the field specified.

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

Parameters

fieldToFind
Type: TEntityField
field to determine the index of

Type Parameters

TEntityField

Return Value

Type: Int32
index of field, if found, otherwise -1
See Also