次の方法で共有


EntityCommand.DbConnection プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

コマンドの実行に使用される接続オブジェクト

名前空間:  System.Data.Entity.Core.EntityClient
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Protected Overrides Property DbConnection As DbConnection 
    Get 
    Set
'使用
Dim value As DbConnection 

value = Me.DbConnection 

Me.DbConnection = value
protected override DbConnection DbConnection { get; set; }
protected:
virtual property DbConnection^ DbConnection {
    DbConnection^ get () override;
    void set (DbConnection^ value) override;
}
abstract DbConnection : DbConnection with get, set 
override DbConnection : DbConnection with get, set
override function get DbConnection () : DbConnection 
override function set DbConnection (value : DbConnection)

プロパティ値

型 : System.Data.Common.DbConnection

参照

参照

EntityCommand クラス

System.Data.Entity.Core.EntityClient 名前空間