Documentation
    Preparing search index...

    Class ModelSetView<Dialect>

    Type Parameters

    Hierarchy (View Summary)

    Index
    • get size(): number

      Returns number

      the number of (unique) elements in Set.

    • Returns an array that lists every model, sorted in order of foreign key references: The first model is a model that is depended upon, the last model is a model that is not depended upon.

      If there is a cyclic dependency, this returns null.

      Returns ModelStatic[] | null

    • Parameters

      Returns boolean

      a boolean indicating whether an element with the specified value exists in the Set or not.