SphinxQLParameterCollectionContains(String) Method

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

Definition

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