I have entity class A and Fluent NHibernate map for it AMap which maps some columns from database table (a few fields are missing). I would like to create class B which inherits from A (to not break relations with other entities) and map for it to allow access to columns not mapped by base class. The problem is that I cannot change any line of code in base classes (A and AMap). Is there any solution for this problem?
Share
im not sure how you wanna use it but this could do
then this should be possible
dont know if there are problems down the road though