共用方式為


NullCompensatedExpression(Expression) 建構函式

定義

建立 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)

參數

operand
Expression

運算元。

適用於