PersistedState (attribute)
From MXMS Wiki
Introduction
PersistedState is an Attribute which main purpose is to make a property persistent in the database. When applied to a property a column is created which holds the state of the property
Example
[PersistedState]
public virtual string Name
{
get;
set;
}