# C1.DataEngine.RuntimeJoinCondition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataEngine_RuntimeJoinCondition" data-uid="C1.DataEngine.RuntimeJoinCondition" class="text-break">RuntimeJoinCondition Class
</h1>
  <div class="markdown level0 summary"><p>Represents a join condition between two base tables.</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">RuntimeJoinCondition</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataEngine.html">C1.DataEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.DataEngine.Api.dll</h6>
  <h5 id="C1_DataEngine_RuntimeJoinCondition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[DataContract]
public class RuntimeJoinCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;DataContract&gt;
Public Class RuntimeJoinCondition</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_DataEngine_RuntimeJoinCondition__ctor" data-uid="C1.DataEngine.RuntimeJoinCondition.#ctor">
          <a class="xref" href="C1.DataEngine.RuntimeJoinCondition.-ctor.html#C1_DataEngine_RuntimeJoinCondition__ctor">RuntimeJoinCondition()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataEngine.RuntimeJoinCondition.html">RuntimeJoinCondition</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_RuntimeJoinCondition__ctor_System_String_System_String_" data-uid="C1.DataEngine.RuntimeJoinCondition.#ctor(System.String,System.String)">
          <a class="xref" href="C1.DataEngine.RuntimeJoinCondition.-ctor.html#C1_DataEngine_RuntimeJoinCondition__ctor_System_String_System_String_">RuntimeJoinCondition(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataEngine.RuntimeJoinCondition.html">RuntimeJoinCondition</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="C1_DataEngine_RuntimeJoinCondition_from" data-uid="C1.DataEngine.RuntimeJoinCondition.from">
          <a class="xref" href="C1.DataEngine.RuntimeJoinCondition.from.html#C1_DataEngine_RuntimeJoinCondition_from">from</a>
        </td>
        <td class="markdown level1 summary"><p>The fully qualified column name in the primary table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_RuntimeJoinCondition_to" data-uid="C1.DataEngine.RuntimeJoinCondition.to">
          <a class="xref" href="C1.DataEngine.RuntimeJoinCondition.to.html#C1_DataEngine_RuntimeJoinCondition_to">to</a>
        </td>
        <td class="markdown level1 summary"><p>The fully qualified column name in the secondary table.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
