DbCommandBuilder.GetSchemaTable(DbCommand) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Oggetto DataTable che rappresenta lo schema dell'oggetto DbCommand specifico.
Commenti
Questo metodo è destinato all'uso da parte dei writer di provider che creano un generatore di comandi personalizzato.