共用方式為


DbCaseExpression.Else 屬性

定義

取得或設定這個 DbCaseExpressionElse 子句。

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Else { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Else { get; }
member this.Else : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Else As DbExpression

屬性值

這個 DbCaseExpressionElse 子句。

例外狀況

此運算式為 null

運算式未與 DbCaseExpression 的命令樹相關聯,

或其結果型別不等於或可提升為 DbCaseExpression 的結果型別。

適用於