# C1.DataCollection.FilterNaryExpression.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_DataCollection_FilterNaryExpression__ctor_" data-uid="C1.DataCollection.FilterNaryExpression.#ctor*">FilterNaryExpression Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_DataCollection_FilterNaryExpression__ctor_" data-uid="C1.DataCollection.FilterNaryExpression.#ctor*"></a>
<h4 id="C1_DataCollection_FilterNaryExpression__ctor_C1_DataCollection_FilterCombination_C1_DataCollection_FilterExpression___" data-uid="C1.DataCollection.FilterNaryExpression.#ctor(C1.DataCollection.FilterCombination,C1.DataCollection.FilterExpression[])">FilterNaryExpression(FilterCombination, params FilterExpression[])</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataCollection.FilterNaryExpression.html">FilterNaryExpression</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FilterNaryExpression(FilterCombination combination, params FilterExpression[] expressions)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(combination As FilterCombination, ParamArray expressions As FilterExpression())</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.DataCollection.FilterCombination.html">FilterCombination</a></td>
      <td><span class="parametername">combination</span></td>
      <td><p>The logical operator applied between the expressions.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.DataCollection.FilterExpression.html">FilterExpression</a>[]</td>
      <td><span class="parametername">expressions</span></td>
      <td><p>The expressions to combine.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_DataCollection_FilterNaryExpression__ctor_" data-uid="C1.DataCollection.FilterNaryExpression.#ctor*"></a>
<h4 id="C1_DataCollection_FilterNaryExpression__ctor_C1_DataCollection_FilterCombination_System_Collections_Generic_IEnumerable_C1_DataCollection_FilterExpression__" data-uid="C1.DataCollection.FilterNaryExpression.#ctor(C1.DataCollection.FilterCombination,System.Collections.Generic.IEnumerable{C1.DataCollection.FilterExpression})">FilterNaryExpression(FilterCombination, IEnumerable&lt;FilterExpression&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataCollection.FilterNaryExpression.html">FilterNaryExpression</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FilterNaryExpression(FilterCombination combination, IEnumerable&lt;FilterExpression&gt; expressions)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(combination As FilterCombination, expressions As IEnumerable(Of FilterExpression))</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.DataCollection.FilterCombination.html">FilterCombination</a></td>
      <td><span class="parametername">combination</span></td>
      <td><p>The logical operator applied between the expressions.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.DataCollection.FilterExpression.html">FilterExpression</a>&gt;</td>
      <td><span class="parametername">expressions</span></td>
      <td><p>The expressions to combine.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
