Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

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

Returns column information for all columns in the specified database table.

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

Syntax

public List<Column> GetColumns(
    TYPE connInfo,
    string databaseName,
    string schema,
    string tableName );

Parameters

connInfo

The SQL-specific connection information.

databaseName

The database name.

schema

The schema.

tableName

The table name.

Return Value

Returns column information for all columns.

Remarks

If the database table doesn't exist, an exception occurs.

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