Share via


DbCaseExpression.Then Property

Definition

Gets the Then clauses of this DbCaseExpression.

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

Property Value

The Then clauses of this DbCaseExpression.

Applies to