DbProviderFactory.CreateBatchCommand Método

Definição

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

Retornos

Uma nova instância de DbBatchCommand.

Aplica-se a

Confira também