Share via


NSFetchRequest.AffectedStores Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSPersistentStore[]? AffectedStores { [Foundation.Export("affectedStores", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setAffectedStores:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("affectedStores", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setAffectedStores:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.AffectedStores : CoreData.NSPersistentStore[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to