ParseQueryTWhereDoesNotExist Method Parse
Adds a constraint for finding objects that do not contain a given key.

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

public ParseQuery<T> WhereDoesNotExist(
	string key
)

Parameters

key
Type: SystemString
The key that should not exist.

Return Value

Type: ParseQueryT
A new query with the additional constraint.
See Also

Reference