Click or drag to resize

SphinxQLConnection(String) Constructor

Initializes a new instance of the SphinxQLConnection class.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public SphinxQLConnection(
	string connectionString
)

Parameters

connectionString  String
The string that should be used to open the connection.
Exceptions
ExceptionCondition
ArgumentNullException
See Also