DbCommandBuilder.GetSchemaTable(DbCommand) Méthode

Définition

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);
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

sourceCommand
DbCommand

DbCommand pour lequel la table de schéma correspondante doit être récupérée.

Retours

DataTable qui représente le schéma pour le DbCommand spécifique.

Remarques

Cette méthode est destinée à être utilisée par les rédacteurs de fournisseurs qui créent un générateur de commandes personnalisé.

S’applique à

Voir aussi