DbProviderFactory.CreateBatchCommand Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new instance of the provider's class that implements the DbBatchCommand class.
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.DbBatchCommandPublic Overridable Function CreateBatchCommand () As DbBatchCommandReturns
A new instance of DbBatchCommand.