EntityCommand コンストラクター (String, EntityConnection)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定したステートメントと接続を使用して、EntityCommand クラスの新しいインスタンスを初期化します。
名前空間: System.Data.Entity.Core.EntityClient
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Sub New ( _
statement As String, _
connection As EntityConnection _
)
'使用
Dim statement As String
Dim connection As EntityConnection
Dim instance As New EntityCommand(statement, _
connection)
public EntityCommand(
string statement,
EntityConnection connection
)
public:
EntityCommand(
String^ statement,
EntityConnection^ connection
)
new :
statement:string *
connection:EntityConnection -> EntityCommand
public function EntityCommand(
statement : String,
connection : EntityConnection
)
パラメーター
- statement
型 : System.String
コマンドのテキスト。
- connection
型 : System.Data.Entity.Core.EntityClient.EntityConnection
データ ソースへの接続。