Expression.AndExpression(Expression[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct and validate an And expression.
public static AdaptiveExpressions.Expression AndExpression (params AdaptiveExpressions.Expression[] children);
static member AndExpression : AdaptiveExpressions.Expression[] -> AdaptiveExpressions.Expression
Public Shared Function AndExpression (ParamArray children As Expression()) As Expression
Parameters
- children
- Expression[]
Child clauses.
Returns
New expression.