Click or drag to resize
SphinxQLConnectionStringBuilderRemove Method
Removes the entry with the specified key from the SphinxQLConnectionStringBuilder instance.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override bool Remove(
	string keyword
)

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
ExceptionCondition
ArgumentNullExceptionkeyword is null (Nothing in Visual Basic)
NotSupportedException The SphinxQLConnectionStringBuilder is read-only, or the SphinxQLConnectionStringBuilder has a fixed size.
See Also