Looks like a standard one-to-one relationsship. Or component mapping.
Or many-to-one.
http://nhforge.org/doc/nh/en/index.html

/Oskar


2010/1/19 Md. Mamun Ar Rashid Mamun <[email protected]>:
> Hi i have following clsaaess
>
> using System;
> using System.Collections.Generic;
> using System.Linq;
> using System.Text;
>
> namespace Model
> {
> public class NStud
> {
> public int Id { get; set; }
> public string Name { get; set; }
> public string Reference { get; set; }
> public NAddress Address { get; set; }
>
> }
> }
> using System;
> using System.Collections.Generic;
> using System.Linq;
> using System.Text;
> using System.Collections;
>
> namespace Model
> {
> public class NAddress
> {
> public int Id { get; set; }
> public string Address { get; set; }
> public string Email { get; set; }
> public String Reference { get; set; }
>
>
> }
> }
>
> what will be tables and mapping files.please define tables and mapping
> files
> 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.
>
>
>
>
-- 
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