I am trying to create a discriminator column. This column will contain one of many available states. Just like my code, each state will display a name and a background color. Each The states share
Tag: Fluent
Fluent-NHibernate – Smooth NHibernate and calculation properties
I am using Fluent NHibernate and automatically map classes.
I have a calculated attribute in a class
p> public virtual DateTime? LastActionTimeStamp
{
get {
return Actions.Count ==