Share via


NSFetchedResultsController.FetchRequest Property

Definition

Gets the request for the fetch for which this object contains the results.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSFetchRequest FetchRequest { [Foundation.Export("fetchRequest")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("fetchRequest")>]
member this.FetchRequest : CoreData.NSFetchRequest

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to