DbEventStore Type
ADO.NET event store: a single portable table holding ordered JSON events, partitioned by a logical stream name. Provider-agnostic via IDbConnectionFactory.
Constructors
| Constructor |
Description
|
Full Usage:
DbEventStore(factory, stream)
Parameters:
IDbConnectionFactory
stream : string
Returns: DbEventStore
|
|
Nao