Adds a constraint for finding string values that start with the provided string.
This query will use the backend index, so it will be fast even with large data sets.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key that the string to match is stored in. - suffix
- Type: SystemString
The substring that the value must start with.
Return Value
Type: ParseQueryTA new query with the additional constraint.
See Also