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.6.0.0 (5.6.19.0117)
Syntax public Dictionary<string, int> NameToIndexMap { get; }
Public ReadOnly Property NameToIndexMap As Dictionary(Of String, Integer)
Get
Property Value
Type:
DictionaryString,
Int32See Also