Click or drag to resize

SphinxQLConnectionChangeDatabase Method

Changes the current database for an open connection. Not supported.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override void ChangeDatabase(
	string databaseName
)

Parameters

databaseName
Type: SystemString
Specifies the name of the database for the connection to use.

Implements

IDbConnectionChangeDatabase(String)
Exceptions
ExceptionCondition
NotSupportedException
See Also