ComponentOne DataObjects for .NET
Item Property (JoinConditionCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > JoinConditionCollection 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 JoinCondition
public JoinCondition this[ 
   System.int index
]; {get;}

Parameters

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

Reference

JoinConditionCollection Class
JoinConditionCollection Members