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.5.0.0 (5.5.18.1019)
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