Expression.NotExpression(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 a Not expression.
public static AdaptiveExpressions.Expression NotExpression (AdaptiveExpressions.Expression child);
static member NotExpression : AdaptiveExpressions.Expression -> AdaptiveExpressions.Expression
Public Shared Function NotExpression (child As Expression) As Expression
Parameters
- child
- Expression
Child clauses.
Returns
New expression.