Click or drag to resize

FqlCriteriaGroupOrGroup Method

/// Creates a new FqlCriteriaGroup instance with the logical-or operator.

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

Parameters

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

Return Value

Type: FqlCriteriaGroup
The newly created FqlCriteriaGroup instance.
See Also