sorry for delay this is mapping :

  <class name="Parent" table="[dbo].[Parent]" lazy="true"  >
    <id name="Id" column="[Id]" type="Int32">
    <joined-subclass name="ChildB2" table="[dbo].[ChildB2]" lazy="true" >
      <key>
        <column name="[Id]" />
      </key>
      <property name="Text" column="[Text]" type="String" not-null="true"
/>
    </joined-subclass>
  </class>

On 30 November 2010 17:48, Aaron Fischer <[email protected]> wrote:

> Could you post your mapping
>
> --
> 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]<nhusers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/nhusers?hl=en.
>
>

-- 
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.

Reply via email to