DbCommandBuilder.GetSchemaTable(DbCommand) 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 la table de schéma pour le DbCommandBuilder.
protected:
virtual System::Data::DataTable ^ GetSchemaTable(System::Data::Common::DbCommand ^ sourceCommand);
protected virtual System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand);
abstract member GetSchemaTable : System.Data.Common.DbCommand -> System.Data.DataTable
override this.GetSchemaTable : System.Data.Common.DbCommand -> System.Data.DataTable
Protected Overridable Function GetSchemaTable (sourceCommand As DbCommand) As DataTable
Paramètres
Retours
Qui DataTable représente le schéma pour l’élément spécifique DbCommand.
Remarques
Cette méthode est destinée à être utilisée par les enregistreurs de fournisseurs qui créent un générateur de commandes personnalisé.