Member Junction
    Preparing search index...
    • Returns true when this field should appear in the parameter list of the named CRUD sproc. Pure decision logic — same rules used by CodeGen at generation time and by the data provider at call-construction time.

      Rules:

      • Virtual fields and special-date fields (__mj_CreatedAt/__mj_UpdatedAt) are never included.
      • For DELETE: only primary-key fields are included.
      • For UPDATE: PKs always; non-PKs only if the field allows update via API.
      • For CREATE: PKs only when not auto-incrementing (otherwise the database supplies the value); non-PKs only if the field allows update via API.

      Parameters

      Returns boolean