Share via


NSEntityDescription.Indexes Property

Definition

Gets or sets the indices for the entity.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSFetchIndexDescription[] Indexes { [Foundation.Export("indexes", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setIndexes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("indexes", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setIndexes:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Indexes : CoreData.NSFetchIndexDescription[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to