コード例 #1
0
 public int ExecuteNonQuery(string sqlString)
 {
     return(dapper.ExecuteNoquery(sqlString, CommandType.Text));
 }