.net db4o数据库初探
摘要:
第一次使用db4o数据库,感觉很好用。写了个demo。代码有点乱,看个思路吧。using System;using System.Collections.Generic;using System.Linq;using System.Text;using Db4objects.Db4o;namespace db4oTest{ class db4oTest { /// /// 插入对象 /// public void InsertObject() { IObjectContainer db ... 阅读全文
posted @ 2014-01-29 00:43 GuGoder 阅读(865) 评论(0) 推荐(1) 编辑