DormTransaction.update

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

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

See Also

DormDB.update

Meta