Hi
I have an object that contains a collection of TimeSpan like
Note.Reminders, where reminders is List. How to I map this using fluent nhibernate?
Currently I have mapped it as m.HasMany(c=>c.Reminders).Access.CamelCaseField()
But i complains that it can not find a mapping for type TimeSpan.