次の方法で共有


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 コマンド ツリーに関連付けられていないか、その結果の型が プロパティを定義する型と等しくないか、昇格可能ではありません。

適用対象