Remove Method
Definition
- Assemblies
- Savvyio.Core.dll
Remove(TEntity)
Marks the specified entity to be removed from the data store when SaveChangesAsync(Action<AsyncOptions>) is called.
void Remove(TEntity entity)
Parameters
entityTEntityThe entity to remove.