oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
EntityManager.remove
oceandrift
db
orm
EntityManager
Removes (deletes) the provided entity from the database
void
remove
(ulong id)
void
remove
(TEntity entity)
struct
EntityManager
(DatabaseDriver)
@
safe
void
remove
(
TEntity
)
(
TEntity
entity
)
if
(
isEntityType
!
TEntity
)
if
(
isORMCompatible
!
DatabaseDriver
)
Meta
Source
See Implementation
oceandrift
db
orm
EntityManager
constructors
this
functions
find
get
manyToManyAssign
manyToManyUnassign
manyToOne
oneToOne
remove
save
store
update
static functions
_pragma
manyToMany
oneToMany
Removes (deletes) the provided entity from the database