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.Sql.DataStores.SqlDataStoreExtensions Class Reference

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...