Share via


DbCaseExpression.When Property

Definition

Gets the When clauses of this DbCaseExpression.

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> When { get; }
member this.When : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public ReadOnly Property When As IList(Of DbExpression)

Property Value

The When clauses of this DbCaseExpression.

Applies to