DbBatch.CreateBatchCommand Metodo

Definizione

Crea una nuova istanza di un oggetto DbBatchCommand.

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

Restituisce

Un oggetto DbBatchCommand.

Si applica a