ChangeDatabase Method (MySqlConnection)
In This Topic
Changes the current database associated with an open connection.
Syntax
'Declaration
Public Overrides Sub ChangeDatabase( _
ByVal As String _
)
public override void ChangeDatabase(
string
)
Parameters
- value
See Also