唐吉可德

导航

随笔分类 -  Perst LINQ

Perst常用命令
摘要:Perst我使用的版本是4, 几乎支持所有的.net环境, 而且效率很高,比较稳定。使用方法:1:引用相应dll2: 创建数据结构 public class Cp_struct : Persistent, System.ComponentModel.INotifyPropertyChanged { [FullTextIndexable] // 创建索引 public string Cpph; public string cpph { get { return this.Cpph; } set { if (this.Cpph != value) { this.Cpph = value; On.. 阅读全文

posted @ 2013-10-14 15:49 唐吉可德 阅读(334) 评论(0) 推荐(0)