DbProviderFactory.CreateBatchCommand 方法

定义

返回实现 DbBatchCommand 类的提供程序类的一个新实例。

public:
 virtual System::Data::Common::DbBatchCommand ^ CreateBatchCommand();
public virtual System.Data.Common.DbBatchCommand CreateBatchCommand ();
abstract member CreateBatchCommand : unit -> System.Data.Common.DbBatchCommand
override this.CreateBatchCommand : unit -> System.Data.Common.DbBatchCommand
Public Overridable Function CreateBatchCommand () As DbBatchCommand

返回

DbBatchCommand 的新实例。

适用于

另请参阅