NSManagedObjectContext.ExecuteFetchRequest(NSFetchRequest, 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.
Runs the specified request
.
[Foundation.Export("executeFetchRequest:error:")]
public virtual Foundation.NSObject[] ExecuteFetchRequest (CoreData.NSFetchRequest request, out Foundation.NSError error);
abstract member ExecuteFetchRequest : CoreData.NSFetchRequest * -> Foundation.NSObject[]
override this.ExecuteFetchRequest : CoreData.NSFetchRequest * -> Foundation.NSObject[]
Parameters
- request
- NSFetchRequest
- error
- NSError
Returns
NSObject[]
- Attributes