共用方式為


DbCaseExpression.Then 屬性

定義

取得這個 DbCaseExpression 的 Then 子句。

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)

屬性值

這個 DbCaseExpression 的 Then 子句。

適用於