Realm Xamarin  v0.81.0
Realm for Xamarin
Public Member Functions | List of all members
Realms.PrimaryKeyAttribute Class Reference

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. More...

Inherits Attribute.

Public Member Functions

 PrimaryKeyAttribute ()
 Initializes a new instance of the PrimaryKeyAttribute class. More...
 

Detailed Description

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.

Only char, integral types, and strings can be used as primary keys. Once an object with a Primary Key has been added to the Realm, that property may not be changed.

Constructor & Destructor Documentation

§ PrimaryKeyAttribute()

Realms.PrimaryKeyAttribute.PrimaryKeyAttribute ( )

Initializes a new instance of the PrimaryKeyAttribute class.