NSPersistentStoreCoordinator.ExecuteRequestwithContexterror Method

Definition

Sends the specified request to the objects that are in context and are associated with the receiver.

[Foundation.Export("executeRequest:withContext:error:")]
public virtual Foundation.NSObject ExecuteRequestwithContexterror (CoreData.NSPersistentStoreRequest request, CoreData.NSManagedObjectContext context, out Foundation.NSError error);
abstract member ExecuteRequestwithContexterror : CoreData.NSPersistentStoreRequest * CoreData.NSManagedObjectContext *  -> Foundation.NSObject
override this.ExecuteRequestwithContexterror : CoreData.NSPersistentStoreRequest * CoreData.NSManagedObjectContext *  -> Foundation.NSObject

Parameters

error
NSError

Returns

Attributes

Applies to