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.9.0.0 (5.9.0)
Syntaxpublic Dictionary<string, int> NameToIndexMap { get; }Public ReadOnly Property NameToIndexMap As Dictionary(Of String, Integer)
	Get
Property Value
Type: 
DictionaryString, 
Int32
See Also