ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / BaseRowCollection Class / Item Property / Item(String) Property
A base DataTable alias.

In This Topic
    Item(String) Property
    In This Topic
    Gets DataRow corresponding to the base DataTable with the specified alias.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal tableAlias As System.String _
    ) As System.Data.DataRow
    public System.Data.DataRow Item( 
       System.string tableAlias
    ) {get;}

    Parameters

    tableAlias
    A base DataTable alias.

    Property Value

    A DataRow if DataTable with the specified alias exists; otherwise, a null value.
    See Also