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

In This Topic
    TableName Property (ViewNode)
    In This Topic
    Gets the name of the DataTable represented by this ViewNode.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableName As System.String
    public System.string TableName {get;}
    See Also