Click or drag to resize
ProjectionRowNameToIndexMap Property
Gets the name to index map, which is an index to lookup the value index for a name. The value is the ordinal in the resultset for the column with the name specified as key.

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> NameToIndexMap { get; }

Property Value

Type: DictionaryString, Int32
See Also