Tagged Questions
1
vote
2answers
376 views
How to combine cascading updates/deletes between SQL Server and NHibernate?
I am writing an application with a hand-crafted domain model (classes) and a hand-crafted data model (tables/relationships), and letting NHibernate take care of the mapping.
Is it best to tell the ...