# C1.DataEngine.RuntimeRangeCondition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataEngine_RuntimeRangeCondition" data-uid="C1.DataEngine.RuntimeRangeCondition" class="text-break">RuntimeRangeCondition Class
</h1>
  <div class="markdown level0 summary"><p>Represents a range condition (composed of one or more expressions) applied to a column in a C1DataEngine query.</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">RuntimeRangeCondition</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_RuntimeRangeCondition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[DataContract]
public class RuntimeRangeCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;DataContract&gt;
Public Class RuntimeRangeCondition</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_RuntimeRangeCondition__ctor" data-uid="C1.DataEngine.RuntimeRangeCondition.#ctor">
          <a class="xref" href="C1.DataEngine.RuntimeRangeCondition.-ctor.html#C1_DataEngine_RuntimeRangeCondition__ctor">RuntimeRangeCondition()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataEngine.RuntimeRangeCondition.html">RuntimeRangeCondition</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_RuntimeRangeCondition__ctor_System_String_C1_DataEngine_RuntimeRangeExpression___" data-uid="C1.DataEngine.RuntimeRangeCondition.#ctor(System.String,C1.DataEngine.RuntimeRangeExpression[])">
          <a class="xref" href="C1.DataEngine.RuntimeRangeCondition.-ctor.html#C1_DataEngine_RuntimeRangeCondition__ctor_System_String_C1_DataEngine_RuntimeRangeExpression___">RuntimeRangeCondition(string, RuntimeRangeExpression[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataEngine.RuntimeRangeCondition.html">RuntimeRangeCondition</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_RuntimeRangeCondition_expr" data-uid="C1.DataEngine.RuntimeRangeCondition.expr">
          <a class="xref" href="C1.DataEngine.RuntimeRangeCondition.expr.html#C1_DataEngine_RuntimeRangeCondition_expr">expr</a>
        </td>
        <td class="markdown level1 summary"><p>An array of <a class="xref" href="C1.DataEngine.RuntimeRangeExpression.html">RuntimeRangeExpression</a> objects comprising the range condition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_RuntimeRangeCondition_name" data-uid="C1.DataEngine.RuntimeRangeCondition.name">
          <a class="xref" href="C1.DataEngine.RuntimeRangeCondition.name.html#C1_DataEngine_RuntimeRangeCondition_name">name</a>
        </td>
        <td class="markdown level1 summary"><p>The name of the column to use when evaluating the range condition.</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="C1_DataEngine_RuntimeRangeCondition_isFilter" data-uid="C1.DataEngine.RuntimeRangeCondition.isFilter">
          <a class="xref" href="C1.DataEngine.RuntimeRangeCondition.isFilter.html#C1_DataEngine_RuntimeRangeCondition_isFilter">isFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value that indicates whether the range condition contains any expressions that must be evaluated as a filter (as opposed to a range).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
