DbConnection.CreateDbCommand Méthode

Définition

En cas de substitution dans une classe dérivée, crée et retourne un objet DbCommand associé à la connexion active.

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

Retours

Objet DbCommand.

Remarques

Si vous implémentez votre propre connexion, remplacez cette méthode pour implémenter le code nécessaire pour créer et retourner un DbCommand objet.

S’applique à

Voir aussi