Esempio n. 1
0
 public void GetModifications()
 {
     CheckInput();
     if (Structure == null)
     {
         throw new Exception("DBSH-00132 Structure required");
     }
     if (ChangeSet != null)
     {
         throw new Exception("DBSH-00133 ChangeSet must not be filled");
     }
     ChangeSet = new DatabaseChangeSet();
     DoGetModifications();
 }
Esempio n. 2
0
 public void GetModifications()
 {
     CheckInput();
     if (Structure == null) throw new Exception("DBSH-00132 Structure required");
     if (ChangeSet != null) throw new Exception("DBSH-00133 ChangeSet must not be filled");
     ChangeSet = new DatabaseChangeSet();
     DoGetModifications();
 }