Click or drag to resize
IFieldInfoProvider.GetFieldIndexes 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.2.0.0 (5.2.17.0403)
Syntax
Dictionary<string, int> GetFieldIndexes(
	string elementName
)

Parameters

elementName
Type: System.String
Name of the element.

Return Value

Type: Dictionary<String, Int32>
See Also