DbPropertyExpression.Instance プロパティ

定義

プロパティを取得するインスタンスを定義する DbExpression を取得または設定します。

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

プロパティ値

プロパティを取得するインスタンスを定義する DbExpression

例外

式は null です。

式が DbPropertyExpression のコマンド ツリーに関連付けられていません。または、式の結果型が、プロパティを定義する型に等しくないか、その型に昇格できません。

適用対象