摘要: 之前用过Ibatis架构,感觉还不错,不想干活就回忆一下之前的操作,写下笔记,以备后用首先要在项目中引用几个dll,先看下结构图之后要在编写添加providers.config该文件可以在下载,并且内容不需要修改然后看下BaseService.cs内容using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Text;using IBatisNet.DataMapper;using IBatisNet.DataMappe 阅读全文
posted @ 2012-11-23 15:52 717806198 阅读(331) 评论(0) 推荐(0)
摘要: 打开VS,点击数据-架构比较(此时执行更新会把源数据架构更新到目标数据库),也可以执行数据比较(此时更新是把原数据表中数据更新到目标数据表中) 阅读全文
posted @ 2012-11-23 15:29 717806198 阅读(198) 评论(0) 推荐(0)