Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected TEntity GetEntityAtIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: TEntity
entity at the specified index in this view
See Also