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

适用于