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.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.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