摘要:
之前分析过Select和Delete的普通处理模式和批处理模式,这次继续按照ORM_Adv_Tutorial 示例中的指引来分析。4.Gateway.BeginBatchGateway(n)正常来说,在调用普通Gateway.BatchUpdate()与Gateway.BeginBatchGateway(1).BatchUpdate()的运行时逻辑应该是一致的,但结果出乎意料:Gateway.Ba... 阅读全文
posted @ 2006-11-11 13:16
MK2
阅读(601)
评论(0)
推荐(0)
摘要:
PS:使用默认的SQL Server 2000做数据库。1.IsBatchUpdate =true | false 的区别该属性设置是否进行批查询;默认值是true。例如示例中的这段代码: 1user.Birthday = DateTime.Now; 2 user.Profile.ProfileContent = "modified profile content"; 3 ... 阅读全文
posted @ 2006-11-11 02:43
MK2
阅读(536)
评论(0)
推荐(0)


浙公网安备 33010602011771号