Changes the current database associated with an open DbConnectionBase.
[Visual Basic]
Overrides Public Sub ChangeDatabase( _
ByVal value As String _
) [C#]
public override void ChangeDatabase(
string value
);This method does not close physical connection to the server, it only changes the current database associated with an open DbConnectionBase. See Database property for more information about databases associated with connections.
DbConnectionBase Class | DbConnectionBase Members
© 2002 - 2008 Devart. All Rights Reserved.