the Map, Table, Id methods all have an overload that takes a string for the
DB column name.
ie:
public class MyMap: Classmap<My>
{
public static class Fields
public MyMap()
{
base.Id(x=>x.Id,
}
}
------
Joe Brockhaus
[email protected]
------------
On Sat, Sep 17, 2011 at 1:44 PM, Vahid <[email protected]> wrote:
> Hello,
> You can try this tool which is able to produce FHN mappings too
> http://nmg.codeplex.com/
>
> --
> 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.
>
>
--
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.