ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / C1SchemaTableCollection Class / Item Property / Item(String) Property
A DataTableExtender object or a null value in case if there is no such an object.

In This Topic
    Item(String) Property
    In This Topic
    Gets the DataTableExtender object by the name of DataTable that it represents.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal tableName As System.String _
    ) As DataTableExtender
    public DataTableExtender Item( 
       System.string tableName
    ) {get;}

    Parameters

    tableName
    A DataTableExtender object or a null value in case if there is no such an object.

    Property Value

    A DataTableExtender object.
    See Also