Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public List<int> FieldIndices { get; }

Property Value

Type: ListInt32
See Also