Click or drag to resize
SphinxQLParameterCollectionContains Method (String)
Indicates whether a SphinxQLParameter with the specified name exists in the collection.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override bool Contains(
	string value
)

Parameters

value
Type: SystemString
The name of the SphinxQLParameter to look for in the collection.

Return Value

Type: Boolean
true if the SphinxQLParameter is in the collection; otherwise false.

Implements

IDataParameterCollectionContains(String)
See Also