SphinxQLConnectionStringBuilderContainsKey Method

Determines whether the SphinxQLConnectionStringBuilder contains a specific key.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
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

ArgumentNullExceptionkeyword is a null reference (Nothing in Visual Basic).

See Also