Delen via


CaseWhenClause(Expression, Expression) Constructor

Definition

Initializes a new instance of the CaseWhenClause class.

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)

Parameters

test
Expression

The when operand expression.

result
Expression

The result expression.

Applies to