ParseQueryTFirstOrDefaultAsync Method Parse
Retrieves at most one ParseObject that satisfies this query.

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

public Task<T> FirstOrDefaultAsync()

Return Value

Type: TaskT
A single ParseObject that satisfies this query, or else null.
See Also

Reference