ComponentOne DataObjects for .NET
Item(String) Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > RelationCollection Class > Item Property : Item(String) Property
The Relation.Name of the object.
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As Relation
public Relation Item( 
   System.string name
) {get;}

Parameters

name
The Relation.Name of the object.
See Also

Reference

RelationCollection Class
RelationCollection Members
Overload List