c# - How can I relate 2 classes via NHibernate? -
Assume that I have a class "user", and it has the property of type "profile". How do I make my mapping schema and both tables in the database?
& lt; Several-to-one / & gt;
Assume that I have a class "user", and it has the property of type "profile". How do I make my mapping schema and both tables in the database?
& lt; Several-to-one / & gt;
Comments
Post a Comment