DbCommandBuilder.GetSchemaTable(DbCommand) Método

Definição

Retorna a tabela de esquema para o 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

Parâmetros

sourceCommand
DbCommand

O DbCommand para o qual recuperar a tabela de esquema correspondente.

Retornos

Um DataTable que representa o esquema para o DbCommand específico.

Comentários

Esse método destina-se ao uso por gravadores de provedor que criam um construtor de comandos personalizado.

Aplica-se a

Confira também