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
資料來源的連接。