EntityCommand.Connection プロパティ

定義

EntityConnection により使用される EntityCommand を取得します。値の設定も可能です。

public:
 property System::Data::EntityClient::EntityConnection ^ Connection { System::Data::EntityClient::EntityConnection ^ get(); void set(System::Data::EntityClient::EntityConnection ^ value); };
public System.Data.EntityClient.EntityConnection Connection { get; set; }
member this.Connection : System.Data.EntityClient.EntityConnection with get, set
Public Property Connection As EntityConnection

プロパティ値

エンティティ コマンドによって使用される接続。

適用対象