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

适用于