[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.Children

Children Method

Children()

Returns the subexpressions that make up the given expression.

Declaration
public virtual IEnumerable<ExpressionInfo> Children()
Returns
Type Description
IEnumerable<ExpressionInfo>
Remarks

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.