DbProviderFactory.CreateBatchCommand Metodo

Definizione

Restituisce una nuova istanza della classe del provider che implementa la classe 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

Restituisce

Nuova istanza di DbBatchCommand.

Si applica a

Vedi anche