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
浙公网安备 33010602011771号