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
Parameters
- queries
- Type: System.Collections.GenericIEnumerableParseQueryT
The list of ParseQueries to 'or' together.
Return Value
Type: ParseQueryTA ParseQquery that is the 'or' of the passed in queries.
See Also