Click or drag to resize

SphinxQLConnectionStringBuilderContainsKey Method

Determines whether the SphinxQLConnectionStringBuilder contains a specific key.

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

Parameters

keyword
Type: SystemString
The key to locate in the SphinxQLConnectionStringBuilder.

Return Value

Type: Boolean
true if the SphinxQLConnectionStringBuilder contains an entry with the specified key; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionkeyword is a null reference (Nothing in Visual Basic).
See Also