Nexus, thaks, I retype the code here to simplify and make a mistake. But in VS there's no problem with the code.
On 26 out, 08:47, Nexus <[email protected]> wrote: > Hey, > > <bag name="Contatcs" cascade="all-delete-orphan" lazy="false"> > <key column="CustomerID"/> > <one-to-many class="Contacts"/> > </bag> > > Don't you mean > > <bag name="Contacts" cascade="all-delete-orphan" lazy="false"> > <key column="CustomerID"/> > <one-to-many class="Contacts"/> > </bag> -- 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.
