DbProviderFactory.CreateBatchCommand Método

Definição

Devolve uma nova instância da classe do fornecedor que implementa a 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

Devoluções

Uma nova instância de DbBatchCommand.

Aplica-se a

Ver também