Share via


NSFetchedResultsController.PerformFetch(NSError) Method

Definition

Performs the receiver's fetch request and stores any errors that occur in the specified out parameter.

[Foundation.Export("performFetch:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PerformFetch(out Foundation.NSError error);
[<Foundation.Export("performFetch:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformFetch : NSError -> bool
override this.PerformFetch : NSError -> bool

Parameters

error
NSError

Returns

Attributes

Applies to