ibatis.net demo

zyip發表於2015-03-03

 

 


1. download ibatis.net
https://code.google.com/p/mybatisnet/

2. add all dll as reference to your project (or add dlls in folder a as reference to your project)

3. create configuration files as follow:
providers.config
SQLMap.config
maps/T1Map.xml

4. create your database using the sql script in CreateDb.txt

5. create ibatishelper(you can copy and reuse the file IBatisHepler.cs)

6. using the code in Main function in program.cs to test

 

download