Click or drag to resize
DbTruncateAsyncE Method
An asynchronous version of Delete.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public virtual Task TruncateAsync<E>()
where E : class

Type Parameters

E
Type of the entity.

Return Value

Type: Task
A task representing the asynchronous operation.
See Also