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.5.0.0 (5.5.18.1019)
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