 | SphinxQLConnectionChangeDatabase Method |
Changes the current database for an open connection. Not supported.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override void ChangeDatabase(
string databaseName
)
Public Overrides Sub ChangeDatabase (
databaseName As String
)
Parameters
- databaseName
- Type: SystemString
Specifies the name of the database for the connection to use.
Implements
IDbConnectionChangeDatabase(String)
Exceptions
See Also