NSFetchRequest

Undocumented

  • Mechanica

    Creates a NSFetchRequest.

    Declaration

    Swift

    public convenience init(entity: NSEntityDescription, predicate: NSPredicate? = nil, batchSize: Int = 0)

    Parameters

    entity

    Core Data entity

    predicate

    Fetch request predicate

    batchSize

    Breaks the result set into batches

    Return Value

    a new NSFetchRequest.