An asynchronous version of
Delete.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic virtual Task TruncateAsync<E>()
where E : class
Type Parameters
- E
- Type of the entity.
Return Value
Type:
TaskA task representing the asynchronous operation.
See Also