Click or drag to resize
EntityPreProjectionData.FieldIndices 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.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public List<int> FieldIndices { get; }

Property Value

Type: List<Int32>
See Also