DbConnection.CreateDbBatch 方法

定義

在衍生類別中覆寫時,傳回實 DbBatch 作 類別之提供者類別的新實例。

protected:
 virtual System::Data::Common::DbBatch ^ CreateDbBatch();
protected virtual System.Data.Common.DbBatch CreateDbBatch ();
abstract member CreateDbBatch : unit -> System.Data.Common.DbBatch
override this.CreateDbBatch : unit -> System.Data.Common.DbBatch
Protected Overridable Function CreateDbBatch () As DbBatch

傳回

DbBatch 的新執行個體。

適用於