ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewNode Class / Table Property

In This Topic
    Table Property
    In This Topic
    References the DataTable represented by this ViewNode.
    Syntax
    'Declaration
     
    Public ReadOnly Property Table As System.Data.DataTable
    public System.Data.DataTable Table {get;}
    See Also