![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A collection of extension methods for IDataStore<TData> More...
Static Public Member Functions | |
static IQueryable< TEntity > | Where< TEntity, TDbEntity > (this IDataStore< TEntity > dataStore, Expression< Func< TEntity, bool >> predicate) |
Use this one... Filters a sequence of values based on a predicate. More... | |
static TEntity | Single< TEntity, TDbEntity > (this IEnumerable< TEntity > dataStore) |
Use this one... Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence. More... | |
A collection of extension methods for IDataStore<TData>