EntityPreProjectionDataFieldIndices Property |
Gets or sets the indices for the fields of the entity in the plain object array to project from. This array is used to build the array
to project the entity from.
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 List<int> FieldIndices { get; }
Public ReadOnly Property FieldIndices As List(Of Integer)
Get
Property Value
Type:
ListInt32See Also