ComponentOne DataObjects for .NET
Item(String) Property

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

Parameters

name
The C1DataTable.Name of the element.
See Also

Reference

C1DataTableCollection Class
C1DataTableCollection Members
Overload List