Click or drag to resize

SphinxQLConnection Constructor (String)

Initializes a new instance of the SphinxQLConnection class.

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

Parameters

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