Adds a constraint to the query that requires a particular key's value to be
contained in the provided list of values.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key to check. - values
- Type: System.Collections.GenericIEnumerableTIn
The values that will match.
Type Parameters
- TIn
Return Value
Type: ParseQueryTA new query with the additional constraint.
See Also