Click or drag to resize
DbTruncateE Method
Truncates entities from the database.

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

Type Parameters

E
Type of the entity.
See Also