By Blog User on
5/11/2007 12:20 PM
It's a calculated field. SQL conditions are directly evaluated by the database. For example, I saw a case where it was used a "Case When" of SQL.
property name="Total" formula="Subtotal - DiscountAmount" type="Nullables.NHibernate.NullableDecimalType, Nullables.NHibernate" />
In this case, two fields referred to class are subtracted from the table.
...