ParseQueryTOr Method Parse
Constructs a query that is the or of the given queries.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static ParseQuery<T> Or(
	IEnumerable<ParseQuery<T>> queries
)

Parameters

queries
Type: System.Collections.GenericIEnumerableParseQueryT
The list of ParseQueries to 'or' together.

Return Value

Type: ParseQueryT
A ParseQquery that is the 'or' of the passed in queries.
See Also

Reference