DbCommandBuilder.GetSchemaTable(DbCommand) Metodo

Definizione

Restituisce la tabella dello schema della classe 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

Parametri

sourceCommand
DbCommand

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

Restituisce

DataTable

Oggetto DataTable che rappresenta lo schema dell'oggetto DbCommand specifico.

Commenti

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

Si applica a

Vedi anche