Class PrimaryKeyAttribute
An attribute that indicates the primary key property. It allows quick lookup of objects and enforces uniqueness of the values stored. It may only be applied to a single property in a class.
Namespace: Realms
Assembly: Realm.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class PrimaryKeyAttribute : Attribute
Remarks
Valid primary key types are char, byte, short, int, long,
string, Mongo
Constructors
| Edit this page View SourcePrimaryKeyAttribute()
Initializes a new instance of the Primary
Declaration
public PrimaryKeyAttribute()