EntityManager.remove

Removes (deletes) the provided entity from the database

  1. void remove(ulong id)
    struct EntityManager(DatabaseDriver)
    @safe
    void
    remove
    (
    TEntity
    )
    (
    ulong id
    )
    if (
    isEntityType!TEntity
    )
    if (
    isORMCompatible!DatabaseDriver
    )
  2. void remove(TEntity entity)

Meta