Skip to content

Generating multiple database contexts in a single go

Simon Hughes edited this page May 1, 2019 · 20 revisions

This is an Enterprise feature which is new in the not-yet-released v3.

This will read in the filter and setting requirements from a database table, and will have the ability to generate many db contexts, poco, etc all in a single go. The database is read just once, and many (can be 100's) database contexts are generated, with just the specific tables, columns and stored procs you want in each db context, each within its own namespace.

More information here will follow as this feature gets developed over the next few weeks.

Clone this wiki locally