DbBatch.CreateDbBatchCommand 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.
When overridden in a derived class, creates a new instance of a DbBatchCommand object.
protected:
 abstract System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();protected abstract System.Data.Common.DbBatchCommand CreateDbBatchCommand();abstract member CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommandProtected MustOverride Function CreateDbBatchCommand () As DbBatchCommandReturns
A DbBatchCommand object.