コード例 #1
0
 public static void MNonQuery(Sql sql, Action <int> callback = null)
 {
     mysql.ExecuteNonQuery(sql, mysqlConnection, callback);
 }