ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / BaseRows Property

In This Topic
    BaseRows Property
    In This Topic
    Gets the collection of System.Data.DataRow objects referenced in this C1ViewRow.
    Syntax
    'Declaration
     
    Public ReadOnly Property BaseRows As BaseRowCollection
    public BaseRowCollection BaseRows {get;}
    Remarks
    The order of DataRow objects in this collection corresponds to the order of DataTable objects in the BaseTables collection. If there is no base DataRow for the certain DataTable then corresponding collection item contains null. See the Composite View Definition topic for details on view rows.

    The base DataRow also can be retrieved using an alias of base table.

    See Also