Class IndexedAttribute
An attribute that indicates an indexed property. Indexed properties slightly slow down insertions, but can greatly speed up queries.
Inherited Members
Namespace:Realms
Assembly:Realm.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class IndexedAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourceIndexedAttribute()
Initializes a new instance of the IndexedAttribute class.
Declaration
public IndexedAttribute()