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.:
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
Post a Comment