It's possible to map a VIEW using Fluent NHibernate? If so, how?
I would think you could just replace your the table name with your view name using the WithTable method:
WithTable("myview");
Edit: Just to update this answer, Fluent NHibernate now uses:
Table("myview");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With