ModelInfoProviderBaseGetFieldIndexes 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.12.0.0 (5.12.0)
Syntaxpublic Dictionary<string, int> GetFieldIndexes(
string elementName
)
Public Function GetFieldIndexes (
elementName As String
) As Dictionary(Of String, Integer)
Parameters
- elementName
- Type: SystemString
Name of the element.
Return Value
Type:
DictionaryString,
Int32Implements
IFieldInfoProviderGetFieldIndexes(String)
See Also