LiteRepository API Reference
LiteRepository API Reference
LiteRepository - Namespaces
LiteRepository
Db Class
Db Methods
Delete Method
DeleteAsync Method
Exec(T) Method
ExecAsync(T) Method
Get(E) Method
GetAsync(E) Method
GetByKey(E, K) Method
GetByKeyAsync(E, K) Method
GetScalar(E, T) Method
GetScalarAsync(E, T) Method
Insert(E) Method
InsertAsync(E) Method
Truncate(E) Method
TruncateAsync(E) Method
Update Method
UpdateAsync Method
Db
Truncate
E
Method
Truncates entities from the database.
Namespace:
LiteRepository
Assembly:
LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
Copy
public
virtual
void
Truncate
<E>()
where
E :
class
Type Parameters
E
Type of the entity.
See Also
Reference
Db Class
LiteRepository Namespace
Copyright © 2016, Albert Akhmetov