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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<string, int> NameToIndexMap { get; }
Public ReadOnly Property NameToIndexMap As Dictionary(Of String, Integer)
Get
Property Value
Type:
DictionaryString,
Int32See Also