[]
        
(Showing Draft Content)

C1.DataConnector.TableOrSubquery

TableOrSubquery Class

A class that represents a Table or SubQuery

Inheritance
TableOrSubquery
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public class TableOrSubquery : QualifiedTableName

Constructors

Name Description
TableOrSubquery()

Properties

Name Description
Alias

The Alias of the table

IsKeyword

Boolean to specify if this object refers to a SQL Keyword

SubQueryStatement

The sub-query statement if this object refers to a subQuery, otherwise, null.