[]
A class that represents a Table or SubQuery
public class TableOrSubquery : QualifiedTableName
| Name | Description |
|---|---|
| TableOrSubquery() |
| 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. |