Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

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

Returns the database names given the SQL-specific connection information. 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<string> GetDataBaseNames( TYPE connInfo );

Parameters

connInfo

The SQL-specific connection information.

Return Value

Returns the SQL-specific the database names.

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