DbBatch.CreateDbBatchCommand Méthode

Définition

En cas de substitution dans une classe dérivée, crée une instance d'un objet DbBatchCommand.

protected:
 abstract System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected abstract System.Data.Common.DbBatchCommand CreateDbBatchCommand ();
abstract member CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected MustOverride Function CreateDbBatchCommand () As DbBatchCommand

Retours

Objet DbBatchCommand.

S’applique à