EntityPreProjectionDataEntityFieldStartIndexesPerEntity Property  | 
 
            Gets the entity field start indexes per entity.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic Dictionary<string, int> EntityFieldStartIndexesPerEntity { get; }Public ReadOnly Property EntityFieldStartIndexesPerEntity As Dictionary(Of String, Integer)
	Get
Property Value
Type: 
DictionaryString, 
Int32
See Also