Sphinx QLConnection String BuilderContains Key Method
Determines whether the SphinxQLConnectionStringBuilder contains a specific key.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if the SphinxQLConnectionStringBuilder contains an entry with the specified key; otherwise false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool ContainsKey(
string keyword
)VB
Public Overrides Function ContainsKey (
keyword As String
) As BooleanParameters
- keyword String
- The key to locate in the SphinxQLConnectionStringBuilder.
Return Value
Booleantrue if the SphinxQLConnectionStringBuilder contains an entry with the specified key; otherwise false.
Exceptions
| ArgumentNullException | keyword is a null reference (Nothing in Visual Basic). |