Ejemplo n.º 1
0
 /// <summary>
 /// Updates changes to the Object in the underlying Database.
 /// </summary>
 public static void CommitUpdateAndFlush(this IDataHolder obj)
 {
     obj.CommitUpdate();
     ContentMgr.FlushCommit(obj.GetType());
 }