|
Generates the ILifecycle Interface Topic updated 6-4-2007 |
|
This Template option is part of the Table Template Options and it has an important relation with the Validation Model. This option is also automatically turned OFF when the mapping Table has no primary key. public NHibernate.LifecycleVeto OnUpdate(NHibernate.ISession pSession) { if(!this.IsValid) return NHibernate.LifecycleVeto.Veto; return NHibernate.LifecycleVeto.NoVeto; } |