ComponentOne DataObjects for .NET
Item(BaseTable) Property

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

Parameters

schemaTable
The C1DataTable.SchemaTable of the element.
See Also

Reference

C1DataTableCollection Class
C1DataTableCollection Members
Overload List