2013年10月30日

摘要: 今天第一次在博客园发表文章,如果有的地方写的不对,还请大家指出!1.这就是一个简单wp8数据库增删改查1.创建数据表Person [Table] public class Person : INotifyPropertyChanged, INotifyPropertyChanging { /// /// 编号 /// private int id; [Column(IsPrimaryKey = true, IsDbGenerated = true, DbType = "INT NOT NULL Iden... 阅读全文
posted @ 2013-10-30 22:46 yangshuxin199393 阅读(467) 评论(0) 推荐(2)

导航