Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

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

Returns whether the specified table exists.

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

Syntax

public bool HasTable(
    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 true if the table exists, false otherwise.

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