Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

YetaWF.DataProvider.SQLGeneric.SQLGenericManager<TYPE>.GetTableNames Method

Returns the table names given the SQL-specific connection information and database name. The contents are dependent on the SQL dataprovider used.

Class: YetaWF.DataProvider.SQLGeneric.SQLGenericManager<TYPE>
Namespace: YetaWF.DataProvider.SQLGeneric
Assembly: YetaWF.DataProvider.SQLGeneric

Syntax

public List<Table> GetTableNames(
    TYPE connInfo,
    string databaseName,
    string schema );

Parameters

connInfo

The SQL-specific connection information.

databaseName

The database name.

schema

The SQL-specific schema.

Return Value

Returns the SQL-specific the table names.

See Also YetaWF.DataProvider.SQLGeneric.SQLGenericManager<TYPE> ClassYetaWF.DataProvider.SQLGenericYetaWF.Core