Show / Hide Table of Contents

    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.

    Inheritance
    Object
    Attribute
    PrimaryKeyAttribute
    Inherited Members
    Attribute.Equals(Object)
    Attribute.GetHashCode()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace:Realms
    Assembly:Realm.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    public class PrimaryKeyAttribute : Attribute
    Remarks

    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.

    Constructors

    | Improve this Doc View Source

    PrimaryKeyAttribute()

    Initializes a new instance of the PrimaryKeyAttribute class.

    Declaration
    public PrimaryKeyAttribute()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2017 Realm
    Generated by DocFX