Compartilhar via


SqlClientFactory.CreateBatchCommand Método

Definição

Retorna uma instância DbBatchCommand fortemente tipada.

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

Retornos

Uma nova instância fortemente tipada de DbBatchCommand .

Exemplos

O fragmento de código a seguir retorna uma instância fortemente tipada DbBatchCommand :

SqlClientFactory newFactory = SqlClientFactory.Instance;
DbParameter cmd = newFactory.CreateBatchCommand();

Aplica-se a