How can you specify the datatype size when mapping a dictionary?

HasMany(x => x.WidgetSettings)
                .AsMap<string>(idx => idx.Column("SettingKey"), elem
=> elem.Column("SettingValue"))
                .Not.LazyLoad()
                .Table("WidgetSettings");

I want SettingValue to be NTEXT, not just varchar(255) as it currently
would be mapped.

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

Reply via email to