EntityPreProjectionDataFieldIndices Property |
Gets or sets the indices for the fields of the entity in the raw object array to project from. This array is used to build the array
to project the entity from.
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<int> FieldIndices { get; }
Public ReadOnly Property FieldIndices As List(Of Integer)
Get
Property Value
Type:
ListInt32See Also