Click or drag to resize
FieldInfoProviderBaseGetFieldIndexes 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
public Dictionary<string, int> GetFieldIndexes(
	string elementName
)

Parameters

elementName
Type: SystemString
Name of the element.

Return Value

Type: DictionaryString, Int32

Implements

IFieldInfoProviderGetFieldIndexes(String)
See Also