CaseWhenClause(Expression, Expression) Oluşturucu

Tanım

CaseWhenClause sınıfının yeni bir örneğini başlatır.

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)

Parametreler

test
Expression

Ne zaman işleneni ifadesi.

result
Expression

Sonuç ifadesi.

Şunlara uygulanır