Overloads Function DatabaseExists( _ ByVal databaseName As String _ ) As Boolean
Dim instance As IDataHelper Dim databaseName As String Dim value As Boolean value = instance.DatabaseExists(databaseName)
bool DatabaseExists( string databaseName )
bool DatabaseExists( string* databaseName )
bool DatabaseExists( String^ databaseName )
Parameters
- databaseName
- The name of the database
Return Value
Returns true if exists