 | SphinxQLConnectionStringBuilderRemove Method |
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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