Sphinx QLParameter CollectionContains(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
true if the SphinxQLParameter is in the collection; otherwise false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool Contains(
string value
)VB
Public Overrides Function Contains (
value As String
) As BooleanParameters
- value String
- The name of the SphinxQLParameter to look for in the collection.
Return Value
Booleantrue if the SphinxQLParameter is in the collection; otherwise false.