Exemple #1
0
 public void TestMethod1()
 {
     MySqlModeCreate create = new MySqlModeCreate("server=localhost;User Id=root;password=niejunhua;Database=nq_article;charset=utf8 ");
     create.CreateAll("CommonClass", "nq_article", "","");
 }