Skip to main content

IDbSchemaHelper Members

Obsolete. If implemented by a class, provides methods to obtain the information about a data source from the database.

Methods

Name Description
FillSchema(DbConnection, DbDataAdapter, DataSet, String) Fills the data source schema.
GetSchemaTableRows(DbConnection, String, String, String) Returns the table rows available in a data source schema.
GetSelectColumnsQuery(DbConnection, String, String, String[]) Returns the SELECT query string from a data source schema.
GetSelectColumnsQuery(DbConnection, String, String) Returns the SELECT query string from a data source schema.
GetTableColumnNames(DbConnection, String, String) Obtains column names from the specified data table.
See Also