Example #1
0
 public bool ExecuteSQLNonquery(string sql)
 {
     return(database.ExecNonQuery(sql, false, null));
 }