Database.update

Updates a single row of a table searching by the entity's primary key(s).

  1. void update(T entity, Clause.Where where)
  2. void update(T entity, Clause.Where where)
  3. void update(T entity)
  4. void update(T entity)
    class Database
    void
    update
    (
    string field
    T : Entity
    )
    ()
    if (
    getEntityPrimaryKeys!T.length
    )

Meta