摘要:
关联更新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
常平
阅读(133)
评论(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
常平
阅读(258)
评论(0)
推荐(0)