CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.DataStores.IDataStore< TData > Member List

This is the complete list of members for Cqrs.DataStores.IDataStore< TData >, including all inherited members.

Add(TData data)Cqrs.DataStores.IDataStore< TData >
Add(IEnumerable< TData > data)Cqrs.DataStores.IDataStore< TData >
Destroy(TData data)Cqrs.DataStores.IDataStore< TData >
Remove(TData data)Cqrs.DataStores.IDataStore< TData >
RemoveAll()Cqrs.DataStores.IDataStore< TData >
Update(TData data)Cqrs.DataStores.IDataStore< TData >