Click or drag to resize
EntityViewBaseTEntityEntityIndices Property
Gets the entity indices for the entities which are in this view, in the order sorted by the sorter set.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected List<int> EntityIndices { get; }

Property Value

Type: ListInt32
The entity indices.
See Also