DbProviderFactory.CreateBatchCommand Metodo

Definizione

Restituisce una nuova istanza della classe del provider che implementa la DbBatchCommand classe .

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

Valori restituiti

Nuova istanza di DbBatchCommand.

Si applica a

Vedi anche