ComponentOne DataObjects for .NET
Item Property (C1ExpressJoinCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressJoinCollection Class : Item Property
The zero-based index of the element.
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As C1ExpressJoin
public C1ExpressJoin this[ 
   System.int index
]; {get;}

Parameters

index
The zero-based index of the element.
See Also

Reference

C1ExpressJoinCollection Class
C1ExpressJoinCollection Members