in the nHibernate Mapping file i have an issue the issue is i have a table a mapped to table b in the table b i am mapping to table c.
When i try to select some values from table a its generating the sql statement with all the rows in table a,b,c thats fine but the issue is i want to select table c column as a property how do i do this?
Please help me out