SphinxQLDataAdapter(String, SphinxQLConnection) Constructor

Initializes a new instance of the SphinxQLDataAdapter class.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLDataAdapter(
	string selectCommandText,
	SphinxQLConnection connection
)

Parameters

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

See Also