SqlBatch.CreateDbBatchCommand 方法

定义

创建 SqlBatchCommand 对象的新实例。

protected:
 override System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected override System.Data.Common.DbBatchCommand CreateDbBatchCommand ();
override this.CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected Overrides Function CreateDbBatchCommand () As DbBatchCommand

返回

DbBatchCommand 对象。

适用于