DbCaseExpression.Else 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 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 別。