# C1.DataEngine.RuntimeRangeExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataEngine_RuntimeRangeExpression" data-uid="C1.DataEngine.RuntimeRangeExpression" class="text-break">RuntimeRangeExpression Class
</h1>
  <div class="markdown level0 summary"><p>Represents an atomic range expression 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">RuntimeRangeExpression</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_RuntimeRangeExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[DataContract]
public class RuntimeRangeExpression</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;DataContract&gt;
Public Class RuntimeRangeExpression</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_RuntimeRangeExpression__ctor" data-uid="C1.DataEngine.RuntimeRangeExpression.#ctor">
          <a class="xref" href="C1.DataEngine.RuntimeRangeExpression.-ctor.html#C1_DataEngine_RuntimeRangeExpression__ctor">RuntimeRangeExpression()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataEngine.RuntimeRangeExpression.html">RuntimeRangeExpression</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_RuntimeRangeExpression__ctor_System_String_System_Object_" data-uid="C1.DataEngine.RuntimeRangeExpression.#ctor(System.String,System.Object)">
          <a class="xref" href="C1.DataEngine.RuntimeRangeExpression.-ctor.html#C1_DataEngine_RuntimeRangeExpression__ctor_System_String_System_Object_">RuntimeRangeExpression(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataEngine.RuntimeRangeExpression.html">RuntimeRangeExpression</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_RuntimeRangeExpression_op" data-uid="C1.DataEngine.RuntimeRangeExpression.op">
          <a class="xref" href="C1.DataEngine.RuntimeRangeExpression.op.html#C1_DataEngine_RuntimeRangeExpression_op">op</a>
        </td>
        <td class="markdown level1 summary"><p>Case-sensitive string that denotes a condition operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataEngine_RuntimeRangeExpression_value" data-uid="C1.DataEngine.RuntimeRangeExpression.value">
          <a class="xref" href="C1.DataEngine.RuntimeRangeExpression.value.html#C1_DataEngine_RuntimeRangeExpression_value">value</a>
        </td>
        <td class="markdown level1 summary"><p>Value to use when evaluating the expression.</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_RuntimeRangeExpression_isFilter" data-uid="C1.DataEngine.RuntimeRangeExpression.isFilter">
          <a class="xref" href="C1.DataEngine.RuntimeRangeExpression.isFilter.html#C1_DataEngine_RuntimeRangeExpression_isFilter">isFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value that indicates whether the expression must be evaluated as a filter (as opposed to a range).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
