# GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table" class="text-break">Table Class
</h1>
  <div class="markdown level0 summary"><p>Defines a table.</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"><span class="xref">Table</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.html">Table</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.html">GrapeCity.ActiveReports.Extensibility.Data.SchemaModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Table : IEquatable&lt;Table&gt;</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="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table__ctor_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_DbName_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_TableType_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Column__" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.#ctor(GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.DbName,GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.TableType,System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Column})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.-ctor.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table__ctor_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_DbName_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_TableType_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Column__">Table(DbName, TableType, IEnumerable&lt;Column&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.html">Table</a> class.</p>
</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="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_Columns" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Columns">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Columns.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>The table colums collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_Name" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Name.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>The name of table</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_TableType" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.TableType">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.TableType.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_TableType">TableType</a>
        </td>
        <td class="markdown level1 summary"><p>The table type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_Equals_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Equals(GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Equals.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_Equals_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_">Equals(Table)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>. This is true if the specified Table is equal to the current Table; otherwise, false.</p>
<param name="anotherTable">The table for comparison.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Equals.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>. This is true if the specified Object is equal to the current Table; otherwise, false.</p>
<param name="obj">The object for comparison.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_GetHashCode" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.GetHashCode.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> that represents a hash code for the current object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_ToString" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.ToString.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_op_Equality_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.op_Equality(GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table,GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.op_Equality.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_op_Equality_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_">operator ==(Table, Table)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>. This is true if the first Table is equal to the second Table; otherwise, false.</p>
<param name="firstTable">The first table for comparison.<param name="secondTable">The second table for comparison.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_op_Inequality_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_" data-uid="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.op_Inequality(GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table,GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.op_Inequality.html#GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_op_Inequality_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_GrapeCity_ActiveReports_Extensibility_Data_SchemaModel_Table_">operator !=(Table, Table)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>. This is true if the first Table is not equal to the second Table; otherwise, false.</p>
<param name="firstTable">The first table for comparison.<param name="secondTable">The second table for comparison.
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
