Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

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

Returns table information for the specified table.

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

Syntax

public Table? GetTable(
    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 table information if the table exists, null otherwise.

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