예제 #1
0
 public void Run()
 {
     //clear all objects of Type Company created by previous run of this example
     siaqodb.DropType <Company>();
     Insert();
     LoadAndUpdate();
     Delete();
 }
예제 #2
0
 /// <summary>
 /// Resets the database.
 /// </summary>
 public void ResetDatabase()
 {
     siaqodb.DropType <TaskItem>();
     siaqodb.DropType <ErrorLogEntry>();
 }