EntityManager.update

Updates the provided entity in the database

struct EntityManager(DatabaseDriver)
@safe
void
update
(
TEntity
)
(
const TEntity entity
)
if (
isEntityType!TEntity
)
if (
isORMCompatible!DatabaseDriver
)

See Also

Meta