init(sortDescriptors:predicate:limit:offset:)
Creates a new account balance query structure with the provided sort descriptors.
Declaration
init(sortDescriptors: [SortDescriptor<AccountBalance>] = [], predicate: Predicate<AccountBalance>? = nil, limit: Int? = nil, offset: Int? = nil)Parameters
- sortDescriptors:
An array of Accountbalance sort descriptors.
- predicate:
A Predicate to filter the
Accountrecords with. - limit:
An integer that indicates the maximum number of records to return.
- offset:
An integer that indicates the number of records to offset the result by.