| StaticEntityFieldsDataContainerIndexOf Method  | 
 
            Returns the index of the field with the name 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)
Syntaxpublic int IndexOf(
	string fieldName
)
Public Function IndexOf ( 
	fieldName As String
) As Integer
Parameters
- fieldName
 - Type: SystemString
Name of the field. 
Return Value
Type: 
Int32
See Also