Click or drag to resize

SphinxQLConnectionStringBuilderContainsKey Method

Determines whether the SphinxQLConnectionStringBuilder contains a specific key.

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

Parameters

keyword  String
The key to locate in the SphinxQLConnectionStringBuilder.

Return Value

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