# GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.Children

## Content

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



<h1 id="GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_Children_" data-uid="GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.Children*">Children Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_Children_" data-uid="GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.Children*"></a>
<h4 id="GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_Children" data-uid="GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.Children">Children()</h4>
<div class="markdown level1 summary"><p>Returns the subexpressions that make up the given expression.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual IEnumerable&lt;ExpressionInfo&gt; Children()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a>&gt;</td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_Children_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>In most cases, if an expression is not a constant, it is composed of other smaller expressions.
These could be the left and right operands for a binary expression, arguments to a function, etc.
Subexpressions, in turn, can also consist of expressions.
This function returns only expressions at the first level of nesting.</p>
</div>
</div>
