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