标签:
MyBatis..net是一个简单,但是完整的ORM框架,它使你的实体对象与sql语句或者存储过程之间的映射变得很简单,并提供数据访问。
主要的配置文件
providers.config:用来定义框架中用到的数据库引擎.
SqlMap.config:数据库连接信息,数据映射xml文件信息,设置信息
Default locations for the sqlMap.config and providers.config files
Windows, Library, or Test projects (using NUnit or |
This would be the binary folder (such as /bin/debug) |
Web projects |
In the application root, where the Web.config file is |
当providers.config在默认的位置的时候,SqlMap.config中可以不用指定它的位置。
主要的dll文件
IBatisNet.Common.dll,IBatisNet.DataAccess.dll,在project或websit中添加引用即可。
标签:
原文地址:http://www.cnblogs.com/mingjia/p/4486507.html