DbCommandBuilder.GetSchemaTable(DbCommand) Metodo

Definizione

Restituisce la tabella dello schema per l'oggetto 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

Parametri

sourceCommand
DbCommand

Oggetto DbCommand per il quale recuperare la tabella dello schema corrispondente.

Valori restituiti

Oggetto DataTable che rappresenta lo schema per l'oggetto specifico DbCommand.

Commenti

Questo metodo è destinato all'uso da parte dei writer del provider che creano un generatore di comandi personalizzato.

Si applica a

Vedi anche