 | SphinxQLConnectionStringBuilderRemove Method |
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override bool Remove(
string keyword
)
Public Overrides Function Remove (
keyword As String
) As Boolean
Parameters
- keyword
- Type: SystemString
The key of the key/value pair to be removed from the connection string in this SphinxQLConnectionStringBuilder.
Return Value
Type:
Boolean
true if the key existed within the connection string and was removed; false if the key did not exist.
Exceptions
See Also