Exemple #1
0
 ///<summary>
 /// Checks the underlying business object for any concurrency control errors before trying to commit to
 /// the datasource
 ///</summary>
 protected internal virtual void CheckForConcurrencyErrors()
 {
     _businessObject.CheckConcurrencyBeforePersisting();
 }