NotNullableExpression(Expression) Constructor

Definition

Creates an instance of NotNullableExpression.

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

Parameters

operand
Expression

The operand.

Applies to