# C1.DataConnector.TableOrSubquery

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_TableOrSubquery" data-uid="C1.DataConnector.TableOrSubquery" class="text-break">TableOrSubquery Class
</h1>
  <div class="markdown level0 summary"><p>A class that represents a Table or SubQuery</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.DataConnector.QualifiedTableName.html">QualifiedTableName</a></div>
    <div class="level2"><span class="xref">TableOrSubquery</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataConnector.html">C1.DataConnector</a></h6>
  <h6><strong>Assembly</strong>: C1.DataConnector.dll</h6>
  <h5 id="C1_DataConnector_TableOrSubquery_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableOrSubquery : QualifiedTableName</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableOrSubquery
    Inherits QualifiedTableName</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataConnector_TableOrSubquery__ctor" data-uid="C1.DataConnector.TableOrSubquery.#ctor">
          <a class="xref" href="C1.DataConnector.TableOrSubquery.-ctor.html#C1_DataConnector_TableOrSubquery__ctor">TableOrSubquery()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataConnector_TableOrSubquery_Alias" data-uid="C1.DataConnector.TableOrSubquery.Alias">
          <a class="xref" href="C1.DataConnector.TableOrSubquery.Alias.html#C1_DataConnector_TableOrSubquery_Alias">Alias</a>
        </td>
        <td class="markdown level1 summary"><p>The Alias of the table</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_TableOrSubquery_IsKeyword" data-uid="C1.DataConnector.TableOrSubquery.IsKeyword">
          <a class="xref" href="C1.DataConnector.TableOrSubquery.IsKeyword.html#C1_DataConnector_TableOrSubquery_IsKeyword">IsKeyword</a>
        </td>
        <td class="markdown level1 summary"><p>Boolean to specify if this object refers to a SQL Keyword</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_TableOrSubquery_SubQueryStatement" data-uid="C1.DataConnector.TableOrSubquery.SubQueryStatement">
          <a class="xref" href="C1.DataConnector.TableOrSubquery.SubQueryStatement.html#C1_DataConnector_TableOrSubquery_SubQueryStatement">SubQueryStatement</a>
        </td>
        <td class="markdown level1 summary"><p>The sub-query statement if this object refers to a subQuery, otherwise, null.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
