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.
|
TData Cqrs.Repositories.IRepository< TQueryStrategy, TData >.Load | ( | Guid | rsn, |
bool | throwExceptionOnMissingEntity = true |
||
) |
Implemented in Cqrs.Repositories.Repository< TQueryStrategy, TQueryBuilder, TData >, Cqrs.Azure.DocumentDb.Repositories.AzureRepository< TQueryStrategy, TQueryBuilder, TData >, Cqrs.Azure.BlobStorage.Repositories.BlobStorageRepository< TQueryStrategy, TQueryBuilder, TData >, and Cqrs.Azure.BlobStorage.Repositories.TableStorageRepository< TQueryStrategy, TQueryBuilder, TData >.