ComponentOne DataObjects for .NET
Item(String) Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableViewCollection Class > Item Property : Item(String) Property
The TableView.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 TableView
public TableView Item( 
   System.string name
) {get;}

Parameters

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

Reference

TableViewCollection Class
TableViewCollection Members
Overload List