EntityConnection.CreateCommand メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EntityCommand をこの Connection に設定して、EntityConnection の新しいインスタンスを作成します。
public:
System::Data::EntityClient::EntityCommand ^ CreateCommand();
public System.Data.EntityClient.EntityCommand CreateCommand();
override this.CreateCommand : unit -> System.Data.EntityClient.EntityCommand
Public Function CreateCommand () As EntityCommand
戻り値
EntityCommand オブジェクト。
例外
基になるデータ プロバイダーの名前が不明です。