Gets a query to enumerate non-system databases for the current database type.
Namespace: CleanCode.DatabaseControls.SupportAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public static string GetDatabaseEnumeratorQuery( ConnectionStringManager..::..DBTypes dbType )
Parameters
- dbType
- Type: CleanCode.DatabaseControls ConnectionStringManager DBTypes
The database type.
Return Value
A SQL query in the appropriate dialect; otherwise, null.Remarks
See Also