共用方式為


DbCaseExpression.Else 屬性

定義

取得這個 DbCaseExpression 的 Else 子句。

public System.Data.Entity.Core.Common.CommandTrees.DbExpression Else { get; }
member this.Else : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Else As DbExpression

屬性值

這個 DbCaseExpression 的 Else 子句。

例外狀況

運算式為 null。

運算式未與 的命令樹 DbCaseExpression 相關聯,或其結果型別不等於或提升為 的結果型 DbCaseExpression 別。

適用於