 | SphinxQLDataAdapter Constructor (String, SphinxQLConnection) |
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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