Exemple #1
0
 public bool IsTableExisted(string name)
 {
     return(MysqlConn.Exist(name));
 }