摘要: 示例,通过自定义Command对象来储存sql命令和防sql注入参数 public int BatchAdd(List<Public_Equipment> ListInfo) { int result = 0; try { List<CommandInfo> execs = new List<Com 阅读全文
posted @ 2021-11-23 15:32 咳咳Pro 阅读(682) 评论(0) 推荐(0)