Пример #1
0
 public static void ClearVPOClassTable()
 {
     var db = new SandBoxDataContext();
     db.ExecuteCommand("TRUNCATE TABLE MlwrCl");
 }