Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

YetaWF.DataProvider.SQLGeneric.SQLGenericManager<TYPE>.GetColumnsCond 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>? GetColumnsCond(
    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. If the database table doesn't exist, null is returned.

Remarks

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

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