System.Linq.Expressions.BinaryExpression.IsLiftedToNull Property

Gets a value that indicates whether the expression tree node represents a lifted call to an operator whose return type is lifted to a nullable type.

Syntax

public bool IsLiftedToNull { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An operator call is lifted if the operator expects non-nullable operands but nullable operands are passed to it. If the value of BinaryExpression.IsLiftedToNull is true, the operator returns a nullable type, and if a nullable operand evaluates to null, the operator returns null.

Requirements

Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 3.5.0.0, 4.0.0.0