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)
  2. void update(T entity, Clause.Where where)
    class Database
    void
    update
    (
    string field
    T : Entity
    )
  3. void update(T entity)
  4. void update(T entity)

Meta