Click or drag to resize

IFqlCriteria Interface

Provides functionality for including search- and filter criteria into a FAST query.

Namespace:  Colygon.MatchPoint.Search.Query.Fast
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public interface IFqlCriteria : ICriteria

The IFqlCriteria type exposes the following members.

Methods
  NameDescription
Public methodBuild
Implements the functionality for generating a query for this search criteria.
(Inherited from ICriteria.)
Top
See Also