Expression.OrExpression(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 Or expression.
public static AdaptiveExpressions.Expression OrExpression (params AdaptiveExpressions.Expression[] children);
static member OrExpression : AdaptiveExpressions.Expression[] -> AdaptiveExpressions.Expression
Public Shared Function OrExpression (ParamArray children As Expression()) As Expression
Parameters
- children
- Expression[]
Child clauses.
Returns
New expression.