| EntityViewBaseTEntityGetEntityAtIndex Method  | 
 
            Gets the entity at the specofied index in the 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)
Syntaxprotected TEntity GetEntityAtIndex(
	int index
)
Protected Function GetEntityAtIndex ( 
	index As Integer
) As TEntity
Parameters
- index
 - Type: SystemInt32
The index. 
Return Value
Type: 
TEntityentity at the specified index in this view
See Also