标签:style blog color 使用 strong 数据
这是“windows phone mango本地数据库(sqlce)”系列短片文章的第三篇。 为了让你开始在Windows Phone Mango中使用数据库,这一系列短片文章将覆盖所有你需要知道的知识点。这个时候我将谈谈有关你使用windows phone mango本地数据库时使用[table]attribute。
1 [Table(Name = "Countries")]
2 public class Country
3 {
4 //class contents here
5 }
示例2:不带名字的表
1 [Table]
2 public class Country
3 {
4 //class contents here
5 }
这篇文章我谈了有关在windows phone mango本地数据库中使用[Table] attribute。请继续关注接下来的文章。
Windows Phone本地数据库(SQLCE):3、[table]attribute(翻译) (转),布布扣,bubuko.com
Windows Phone本地数据库(SQLCE):3、[table]attribute(翻译) (转)
标签:style blog color 使用 strong 数据
原文地址:http://www.cnblogs.com/zgqys1980/p/3837968.html