 | SphinxQLDataAdapter Constructor (String, SphinxQLConnection) |
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic SphinxQLDataAdapter(
string selectCommandText,
SphinxQLConnection connection
)
Public Sub New (
selectCommandText As String,
connection As SphinxQLConnection
)
Parameters
- selectCommandText
- Type: SystemString
The select command text. - connection
- Type: SphinxConnector.SphinxQLSphinxQLConnection
The connection.
See Also