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:")]
public virtual bool PerformFetch (out Foundation.NSError error);
abstract member PerformFetch :  -> bool
override this.PerformFetch :  -> bool

Parameters

error
NSError

Returns

Attributes

Applies to