c# - Fluent NHibernate multiple table with the same schema -


i have 100 tables same schema. best solution fluent nhibernate situation? mean mapping(s) should create? in advance! see pict.:

enter image description here

ps. every table contains huge amount of data.

if only want map tables reading purposes, can creating sql view performs union all query on tables.

then, map sql view map single table.

take answer previous question (and similar too).


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -