DbPropertyExpression.Instance 属性

定义

获取一个 , DbExpression 它定义应从中检索属性的实例。

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

属性值

用于定义应从中检索属性的实例的 DbExpression

例外

表达式为 null。

表达式不与 的命令树 DbPropertyExpression 关联,或者其结果类型不等于或无法提升到定义 属性的类型。

适用于