Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

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

Returns the column names given the SQL-specific connection information, database and table 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<Column> GetColumnNames(
    TYPE connInfo,
    string databaseName,
    string schema,
    string tableName );

Parameters

connInfo

The SQL-specific connection information.

databaseName

The database name.

schema

The SQL-specific schema.

tableName

The SQL-specific table name.

Return Value

Returns the SQL-specific the table names.

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