다음을 통해 공유


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

when 피연산자 식입니다.

result
Expression

결과 식입니다.

적용 대상