NSFetchedResultsController.PerformFetch(NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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