Show / Hide Table of Contents

    Class IndexedAttribute

    An attribute that indicates an indexed property. Indexed properties slightly slow down insertions, but can greatly speed up queries.

    Inheritance
    Object
    Attribute
    IndexedAttribute
    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 IndexedAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    IndexedAttribute()

    Initializes a new instance of the IndexedAttribute class.

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