| IFieldInfoProviderGetFieldIndexes Method | 
 
            Gets the field indexes object for the element passed in. This is an object which is used by EntityFields(2) objects to quickly find a field
            based on the field name.
            
 
    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
SyntaxDictionary<string, int> GetFieldIndexes(
	string elementName
)
Function GetFieldIndexes ( 
	elementName As String
) As Dictionary(Of String, Integer)
Parameters
- elementName
- Type: SystemString
 Name of the element.
Return Value
Type: 
DictionaryString, 
Int32 See Also
See Also