Click or drag to resize

SphinxQLDataAdapter(String, SphinxQLConnection) Constructor

Initializes a new instance of the SphinxQLDataAdapter class.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public SphinxQLDataAdapter(
	string selectCommandText,
	SphinxQLConnection connection
)

Parameters

selectCommandText  String
The select command text.
connection  SphinxQLConnection
The connection.
See Also