Click or drag to resize

SphinxQLConnection.Database Property

Always returns "Sphinx".

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax
public override string Database { get; }

Property Value

Type: String

Return Value

Type: String
Always returns "Sphinx".

Implements

IDbConnection.Database
See Also