Share via


DbDataSource.CreateDbBatch Méthode

Définition

Retourne un DbBatch qui est prêt pour l’exécution sur le DbDataSource.

protected:
 virtual System::Data::Common::DbBatch ^ CreateDbBatch();
protected virtual System.Data.Common.DbBatch CreateDbBatch ();
abstract member CreateDbBatch : unit -> System.Data.Common.DbBatch
override this.CreateDbBatch : unit -> System.Data.Common.DbBatch
Protected Overridable Function CreateDbBatch () As DbBatch

Retours

DbBatch prêt à être exécuté sur .DbDataSource

Remarques

Cette méthode est destinée à être remplacée par l’implémentation de fournisseurs ADO.NET et n’est pas une API destinée à l’utilisateur.

S’applique à