I'm using NHibernate Framework for my Vb.net exercise homework. There are three tables
SV : ID (pri key - int),Birthday (date), Address (Nvarchar), Name (nvarchar) MH : ID (pri key- int), Name (Nvarchar) and DKHP : ID (pri key), SvID (int), MH (int) ----- and when i generated the output with NH template by Codesmith tool. It didn't create data access for DKHP. How can i insert , update or delete a row from that table ? May i have to create a new class for DKHP Table ? Thanks -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
