CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ GetEventStoreTable()

virtual Table<EventData> Cqrs.Events.SqlEventStore< TAuthenticationToken >.GetEventStoreTable ( DataContext  dbDataContext)
protectedvirtual

Gets the Table<TEntity> of EventData.

Parameters
dbDataContextThe DataContext to use.