Example #1
0
 public void TestUpdateToString()
 {
     using (var update = new Update(this.sesid, this.tableid, JET_prep.Insert))
     {
         Assert.AreEqual("Update (Insert)", update.ToString());
     }
 }