If I have a field in the db which stores a set of comma separated strings (says tags), how can I instruct Nhibernate(Fluent) to pick it up at List<string>()
e.g.
Public IList<string> Tags {get; set;}
Db field values:
Mvc, .net, FNH
-Quintin
P.S. Cross postes at
SO
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To post to this group, send email to
nhu...@googlegroups.com.
To unsubscribe from this group, send email to
nhusers+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.