FqlCriteria Constructor (String, Object) |
Initializes a new FqlCriteria instance.
Namespace:
Colygon.MatchPoint.Search.Query.Fast
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax public FqlCriteria(
string fieldName,
Object value
)
Parameters
- fieldName
- Type: SystemString
The field name of the field to compare with. - value
- Type: SystemObject
Reference value to check against.
See Also