DbProviderFactory.CreateBatchCommand 方法

定義

傳回提供者類別的新執行個體,該執行個體會實作 DbBatchCommand 類別。

public:
 virtual System::Data::Common::DbBatchCommand ^ CreateBatchCommand();
public virtual System.Data.Common.DbBatchCommand CreateBatchCommand ();
abstract member CreateBatchCommand : unit -> System.Data.Common.DbBatchCommand
override this.CreateBatchCommand : unit -> System.Data.Common.DbBatchCommand
Public Overridable Function CreateBatchCommand () As DbBatchCommand

傳回

DbBatchCommand 的新執行個體。

適用於

另請參閱