SqlBatch.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.
Creates a new instance of a SqlBatchCommand object.
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
Returns
A DbBatchCommand object.