I have legacy database. I need to add nhibernate but for several columns in a table. How can I make nhibernate not to complain that there are no properties for some columns. In the future it is possible that new columns will be added, but they are not needed in my project. How can I do this ?
Regards, Darko