| IFieldInfoProviderGetFieldInfo Method (Enum) | 
 
            Gets the field info for the field specified with the field index.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
SyntaxIFieldInfo GetFieldInfo(
	Enum fieldIndex
)
Function GetFieldInfo ( 
	fieldIndex As Enum
) As IFieldInfo
Parameters
- fieldIndex
 - Type: SystemEnum
Index of the field. 
Return Value
Type: 
IFieldInfo
See Also