示例#1
0
 public static bool Updatedb()
 {
     CloseSession();
     SQLiteSessionManager.UpdateSchema();
     return(true);
 }