标签:http eid guid 数据库 blank blog uniq ref 程序
先来看看数据库表中的字段设计:
在数据库的数据类型为uniqueidentifier。而在程序中对应的数据类型为GUID。
property有get和set,也就是说能获取值也可以赋值。
为Guid数据类型的属性(property)赋值
原文地址:http://www.cnblogs.com/insus/p/6181353.html