Function DatabaseExists( _ ByVal databaseName As String _ ) As Boolean
Dim instance As IDatabaseProvider 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