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.10.0.0 (5.10.0)
Syntaxint IndexOf<TEntityField>(
	TEntityField fieldToFind
)
where TEntityField : IEntityFieldCore
Function IndexOf(Of TEntityField As IEntityFieldCore) ( 
	fieldToFind As TEntityField
) As Integer
Parameters
- fieldToFind
 - Type: TEntityField
field to determine the index of 
Type Parameters
- TEntityField
 
Return Value
Type: 
Int32index of field, if found, otherwise -1
See Also