Share via


NSEntityDescription.CompoundIndexes Property

Definition

Developers should not use this deprecated property. Developers should use 'NSEntityDescription.Indexes' instead.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSPropertyDescription[] CompoundIndexes { [Foundation.Export("compoundIndexes", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCompoundIndexes:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("compoundIndexes", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setCompoundIndexes:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.CompoundIndexes : CoreData.NSPropertyDescription[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to