DbConnection.CreateBatch 方法

定義

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

public:
 System::Data::Common::DbBatch ^ CreateBatch();
public System.Data.Common.DbBatch CreateBatch ();
member this.CreateBatch : unit -> System.Data.Common.DbBatch
Public Function CreateBatch () As DbBatch

傳回

DbBatch 的新執行個體。

適用於