DormDB.update

Returns a builder struct that can be used to perform an UPDATE statement in the SQL database on the provided Model table.

struct DormDB
@safe return pure
update
(
T : Model
)
()

See Also

DormTransaction.update

Meta