CaseWhenClause(Expression, Expression) 构造函数

定义

初始化 CaseWhenClause 类的新实例。

public CaseWhenClause (System.Linq.Expressions.Expression test, System.Linq.Expressions.Expression result);
new Microsoft.EntityFrameworkCore.Query.Expressions.CaseWhenClause : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.Expressions.CaseWhenClause
Public Sub New (test As Expression, result As Expression)

参数

test
Expression

当操作数表达式。

result
Expression

结果表达式。

适用于