Click or drag to resize

SphinxQLParameterCollectionContains(String) Method

Indicates whether a SphinxQLParameter with the specified name exists in the collection.

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

Parameters

value  String
The name of the SphinxQLParameter to look for in the collection.

Return Value

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

Implements

IDataParameterCollectionContains(String)
See Also