IEntityDeleteOperations<T> Interface
Type Parameters
- T
public interface IEntityDeleteOperations<T>
Groups operations for getting a single entity. The entity type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
delete()
Deletes an entity. |
Method Details
delete
public abstract void delete()
Deletes an entity.