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.

◆ New< TTable >() [2/2]

static SqlEventStoreDataContext Cqrs.Events.SqlEventStoreDataContext.New< TTable > ( string  tableName,
System.Data.IDbConnection  connection 
)
static

Instantiates a new instance of the SqlEventStoreDataContext class by referencing a connection.

Parameters
tableNameThe name of the table.
connectionThe connection used by the .NET Framework.