Contents

resultsAllowingPartial(_:)

Returns results from a query synchronously.

Declaration

func resultsAllowingPartial(_ inAllowPartialResults: Bool) throws -> [Any]

Parameters

  • inAllowPartialResults:

    If True, only immediately available results are returned; otherwise, the function waits until all results are available.

Return Value

The results of the query in an array of ODRecord objects.

Discussion