DbCaseExpression.Else 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此 DbCaseExpression 的 Else
子句。
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
属性值
此 DbCaseExpression 的 Else
子句。
例外
该表达式是 null
。