  | SphinxQLConnectionChangeDatabase Method  | 
            Changes the current database for an open connection. Not supported.
            
 
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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