Class IndexedAttribute
An attribute that indicates an indexed property. Indexed properties slightly slow down insertions, but can greatly speed up queries.
Inherited Members
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
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()