SphinxQLConnectionStringBuilderRemove Method

Removes the entry with the specified key from the SphinxQLConnectionStringBuilder instance.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool Remove(
	string keyword
)

Parameters

keyword  String
The key of the key/value pair to be removed from the connection string in this SphinxQLConnectionStringBuilder.

Return Value

Boolean
true if the key existed within the connection string and was removed; false if the key did not exist.

Exceptions

ArgumentNullExceptionkeyword is null (Nothing in Visual Basic)
NotSupportedException The SphinxQLConnectionStringBuilder is read-only, or the SphinxQLConnectionStringBuilder has a fixed size.

See Also