| EntityViewTEntityIEntityViewItem Property  | 
 
            Gets the 
IEntity at the specified index in the view
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
SyntaxIEntity IEntityView.this[
	int index
] { get; }Private ReadOnly Property Item ( 
	index As Integer
) As IEntity Implements IEntityView.Item
	Get
Parameters
- index
 - Type: SystemInt32
 
Property Value
Type: 
IEntityImplements
IEntityViewItemInt32
See Also