共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > sharpmapper |
sharpmapper
|
0 | 0 | 20 |
贡献者 | 讨论 | 代码提交 |
SharpMapper is a library for mapping objects into Relational DB tables.
To Use SharpMapper you must decorate the classes(or structs) that you want to persist with the Table and Field attributes. Then, use The SharpMapper class Methods that provide basic function for CRUD.
Sharpmapper doesn't implement advanced mapping of Hash and List like Nhibernate bt you can alway write them with some code:D