Click or drag to resize

FqlFreeTextCriteria Constructor (String)

Initializes a new FqlFreeTextCriteria instance.

Namespace:  Colygon.MatchPoint.Search.Query.Fast
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public FqlFreeTextCriteria(
	string value
)

Parameters

value
Type: SystemString
The free text condition in FQL syntax.
See Also