 | SphinxQLConnectionDataSource Property |
Gets the name of the Sphinx server to which to connect.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override string DataSource { get; }
Public Overrides ReadOnly Property DataSource As String
Get
Property Value
Type:
StringReturn Value
Type:
String
The name of the Sphinx server to which to connect.
See Also