EntityViewBaseTEntityItem Property |
Gets the element at the specified index in this view.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public TEntity this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TEntity
Get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
TEntitySee Also