2010年1月30日
摘要: 批处理就是提交的脚本不是马上执行,而是到一定数量才提交。还是先上例子using (DbBatch batch = DbSession.Default.BeginBatchConnection()){ batch.Update<Products>(Products._.ProductName, "apple", Products._.ProductID == 1); batch.Upda... 阅读全文
posted @ 2010-01-30 12:49 steven hu 阅读(4629) 评论(4) 推荐(1)