![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
|
static |
Calls the TRUNCATE SQL command on the Table<TEntity>.
TEntity | The Type of IEntity to truncate all data of. |
table | The Table<TEntity> to truncate all data of. |
TEntity | : | class |