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