DbCommandBuilder.GetSchemaTable(DbCommand) Methode

Definitie

Retourneert de schematabel voor de 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

Parameters

sourceCommand
DbCommand

De DbCommand tabel waarvoor de bijbehorende schematabel moet worden opgehaald.

Retouren

Een DataTable die het schema voor de specifieke DbCommandvertegenwoordigt.

Opmerkingen

Deze methode is bedoeld voor gebruik door providerschrijvers die een aangepaste opbouwfunctie voor opdrachten bouwen.

Van toepassing op

Zie ook