摘要: 关联更新create trigger Customer_Update on Customer after update as update Customer set OrgNamePY = dbo.fun_getPY(Customer.OrgName) from Customer,deleted ... 阅读全文
posted @ 2015-07-09 15:37 常平 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Linq 实现in查询Dictionary dict = new Dictionary(); dict.Add(1, new IP("192.168.100.1", 81, 11)); dict.Add(2, new IP("192.168.100.2",... 阅读全文
posted @ 2015-07-09 15:34 常平 阅读(251) 评论(0) 推荐(0) 编辑