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