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 的新实例。

适用于