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.4.0.0 (5.4.0)
Syntax Dictionary<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,
Int32See Also