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.
|
Static Public Member Functions | |
static IQueryable< TEntity > | Where< TEntity, TDbEntity > (this IDataStore< TEntity > dataStore, Expression< Func< TEntity, bool >> predicate) |
Use this one More... | |
static TEntity | Single< TEntity, TDbEntity > (this IEnumerable< TEntity > dataStore) |
Use this one More... | |