DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SelectStatement Class / TableOrSubquery Property

In This Topic
    TableOrSubquery Property
    In This Topic
    The table or the sub-query that appears as the source table for this query(SQL FROM clause)
    Syntax
    'Declaration
     
    Public Property TableOrSubquery As TableOrSubquery
    public TableOrSubquery TableOrSubquery {get; set;}
    See Also