Click or drag to resize

FqlCriteriaGroupAndGroup Method

Creates a new FqlCriteriaGroup instance with the logical-and operator.

Namespace:  Colygon.MatchPoint.Search.Query.Fast
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public static FqlCriteriaGroup AndGroup(
	params IFqlCriteria[] criterias
)

Parameters

criterias
Type: Colygon.MatchPoint.Search.Query.FastIFqlCriteria
The criteria to include in the new and group.

Return Value

Type: FqlCriteriaGroup
The newly created FqlCriteriaGroup instance.
See Also