Check if database is already on server

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public bool Exists(
	string database
)
Visual Basic
Public Function Exists ( _
	database As String _
) As Boolean
Visual C++
public:
bool Exists(
	String^ database
)

Parameters

database
Type: System..::..String
Database name to check for

Return Value

bool

See Also