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.4.1
Syntax
public SphinxQLConnection(
	string connectionString
)

Parameters

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