Retrieves at most one ParseObject that satisfies this query.
Namespace: ParseAssembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
public Task<T> FirstOrDefaultAsync()
Public Function FirstOrDefaultAsync As Task(Of T)
Return Value
Type:
TaskTA single ParseObject that satisfies this query, or else null.
Reference