Click or drag to resize
SphinxQLDataAdapter Constructor (String, SphinxQLConnection)
Initializes a new instance of the SphinxQLDataAdapter class.

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

Parameters

selectCommandText
Type: SystemString
The select command text.
connection
Type: SphinxConnector.SphinxQLSphinxQLConnection
The connection.
See Also