Hi guys,
Is it possible to automap components with Lists or Arrays? For
example:
namespace Domain
{
public class Parent
{
public virtual int Id { get; set; }
public virtual Child child { get; set; }
}
}
namespace Domain.Components
{
public class child
{
public IList<string> values { get; set; }
}
}
-m
- mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" 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/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---