Database.update

Updates one or more table fields. The given fields should correspond to the ones in the entity class, not to the ones in the database.

  1. void update(T entity, Clause.Where where)
    class Database
    void
    update
    (
    string[] fields
    T : Entity
    )
    if (
    fields.length
    )
  2. void update(T entity, Clause.Where where)
  3. void update(T entity)
  4. void update(T entity)

Meta