IEntityDeleteOperations<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Groups operations for deleting a single entity.
public interface IEntityDeleteOperations<T> where T : ResourceBase
type IEntityDeleteOperations<'T (requires 'T :> ResourceBase)> = interface
Public Interface IEntityDeleteOperations(Of T)
Type Parameters
- T
The entity type.
- Derived
Methods
Delete() |
Deletes an entity. |
DeleteAsync() |
Asynchronously deletes an entity. |