DbBatch.CreateDbBatchCommand 方法

定义

在派生类中重写时,创建 DbBatchCommand 对象的新实例。

protected:
 abstract System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected abstract System.Data.Common.DbBatchCommand CreateDbBatchCommand ();
abstract member CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected MustOverride Function CreateDbBatchCommand () As DbBatchCommand

返回

DbBatchCommand 对象。

适用于