DbCommandBuilder.GetSchemaTable(DbCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the schema table for the 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
Parameters
Returns
A DataTable that represents the schema for the specific DbCommand.
Remarks
This method is intended for use by provider writers building a custom command builder.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.