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.
Cqrs.DataStores.SqlDataStoreExtension Class Reference

A collection of extension methods for Table<TData> More...

Static Public Member Functions

static void Truncate< TEntity > (this Table< TEntity > table)
 Calls the TRUNCATE SQL command on the Table<TEntity>. More...
 

Detailed Description

A collection of extension methods for Table<TData>