次の方法で共有


EntityCommand コンストラクター (String, EntityConnection, IDbDependencyResolver)

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

指定された eSQL ステートメントと使用する接続オブジェクトを含む EntityCommand オブジェクトを構築します。

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

構文

'宣言
Public Sub New ( _
    statement As String, _
    connection As EntityConnection, _
    resolver As IDbDependencyResolver _
)
'使用
Dim statement As String 
Dim connection As EntityConnection 
Dim resolver As IDbDependencyResolver 

Dim instance As New EntityCommand(statement, _
    connection, resolver)
public EntityCommand(
    string statement,
    EntityConnection connection,
    IDbDependencyResolver resolver
)
public:
EntityCommand(
    String^ statement, 
    EntityConnection^ connection, 
    IDbDependencyResolver^ resolver
)
new : 
        statement:string * 
        connection:EntityConnection * 
        resolver:IDbDependencyResolver -> EntityCommand
public function EntityCommand(
    statement : String, 
    connection : EntityConnection, 
    resolver : IDbDependencyResolver
)

パラメーター

  • statement
    型 : System.String
    実行する eSQL コマンド テキスト

参照

参照

EntityCommand クラス

EntityCommand オーバーロード

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