ComponentOne DataObjects for .NET
Item(String) Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > ViewRelationCollection Class > Item Property : Item(String) Property
The ViewRelation.Name of the element. The search is not case-sensitive.
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As ViewRelation
public ViewRelation Item( 
   System.string name
) {get;}

Parameters

name
The ViewRelation.Name of the element. The search is not case-sensitive.
See Also

Reference

ViewRelationCollection Class
ViewRelationCollection Members
Overload List