类 PrimaryKeyAttribute
指示主键属性的属性。 它允许快速查找对象并强制存储值的唯一性。 它只能应用于类中的单个属性。
命名空间: Realms
程序集:Realm.dll
语法
[AttributeUsage(AttributeTargets.Property)]
public class PrimaryKeyAttribute : Attribute
备注
有效的主键类型包括char 、 byte 、短整型、长整型 、字符串、 MongoDB.Bson.ObjectId 、 Guid以及它们的可空版本。 将具有主键的对象添加到 Realm 后,该属性就无法更改。
构造函数
| 编辑本页 查看源代码PrimaryKeyAttribute()
初始化PrimaryKeyAttribute类的新实例。
声明
public PrimaryKeyAttribute()