Search Results for

    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
    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
    In This Article
    Back to top Copyright © 2020 Realm
    Generated by DocFX