Ejemplo n.º 1
0
 /// <summary>
 /// Deletes the Object from the underlying Database.
 /// FlushCommit() needs to be called to persist the operation.
 /// </summary>
 public static void CommitDeleteAndFlush(this IDataHolder obj)
 {
     obj.CommitDelete();
     ContentMgr.FlushCommit(obj.GetType());
 }