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)
    class Database
    void
    update
    (
    string[] fields
    T : Entity
    )
    ()
    if (
    getEntityPrimaryKeys!T.length
    )
  4. void update(T entity)

Meta