init(sortDescriptors:predicate:limit:offset:)
Creates a new account query structure with the provided sort descriptors and, optionally, a predicate and limit on the number of records the query should return.
Declaration
init(sortDescriptors: [SortDescriptor<Account>] = [], predicate: Predicate<Account>? = nil, limit: Int? = nil, offset: Int? = nil)