Nhibernate: creating a list <string> via <component>
2 answers
From the NHusers list:
One method:
private string NonRelationalTags
{ get { return joinlist(Tags); }
set
{Tags = parselist(value);}}
NH, .
+1
From the NHusers list:
One method:
private string NonRelationalTags
{ get { return joinlist(Tags); }
set
{Tags = parselist(value);}}
NH, .