SphinxQLDataSource Constructor

Initializes a new instance of the SphinxQLDataSource class.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLDataSource(
	string connectionString
)

Parameters

connectionString  String
The connection string to use for this instance.

Exceptions

ArgumentExceptionThrown in case the provided connection string parameter is empty.
ArgumentNullExceptionThrown in case the provided connection string parameter is null.

See Also