Share via


NullCompensatedExpression(Expression) Constructor

Definition

Creates an instance of NotNullableExpression.

public NullCompensatedExpression (System.Linq.Expressions.Expression operand);
new Microsoft.EntityFrameworkCore.Query.Expressions.NullCompensatedExpression : System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.Expressions.NullCompensatedExpression
Public Sub New (operand As Expression)

Parameters

operand
Expression

The operand.

Applies to