DbDataSource.CreateDbBatch Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un DbBatch élément prêt pour l’exécution par rapport au 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
Un DbBatch qui est prêt pour l’exécution sur le DbDataSource.
Remarques
Cette méthode est destinée à être remplacée par l’implémentation des fournisseurs ADO.NET et n’est pas une API accessible par l’utilisateur.