 | SphinxQLConnection.Database Property |
Always returns "Sphinx".
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override string Database { get; }
Public Overrides ReadOnly Property Database As String
Get
Property Value
Type:
StringReturn Value
Type:
String
Always returns "
Sphinx".
Implements
IDbConnection.Database
See Also