DbCommandBuilder.GetSchemaTable(DbCommand) Metoda

Definicja

Zwraca tabelę schematu dla elementu 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

Parametry

sourceCommand
DbCommand

Element DbCommand , dla którego ma być pobrana odpowiednia tabela schematu.

Zwraca

Element DataTable reprezentujący schemat dla określonego DbCommandelementu .

Uwagi

Ta metoda jest przeznaczona do użycia przez autorów dostawców tworzących niestandardowy konstruktor poleceń.

Dotyczy

Zobacz też