Walter.DataTools.MsSql
TryDatabaseExists Method
Walter.DataTools.MsSql Assembly > Walter.DataTools.MsSql Namespace > IDatabaseTools Interface : TryDatabaseExists Method
if set to true [exists].
if set to true [correct default].
Tries the database exists.
Syntax
bool TryDatabaseExists( 
   out bool exists,
   out bool correctDefault
)

Parameters

exists
if set to true [exists].
correctDefault
if set to true [correct default].

Return Value

true if XXXX, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDatabaseTools Interface
IDatabaseTools Members