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: 5.3.0
Syntax
public SphinxQLDataAdapter(
	string selectCommandText,
	SphinxQLConnection connection
)

Parameters

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