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.4.0.0 (5.4.0)
Syntax protected List<int> EntityIndices { get; }
Protected ReadOnly Property EntityIndices As List(Of Integer)
Get
Property Value
Type:
ListInt32The entity indices.
See Also