Share via


NSIncrementalStore.ExecuteRequest Method

Definition

Runs the specified request in the specified context, and reports any errors in error.

[Foundation.Export("executeRequest:withContext:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? ExecuteRequest(CoreData.NSPersistentStoreRequest request, CoreData.NSManagedObjectContext? context, out Foundation.NSError error);
[<Foundation.Export("executeRequest:withContext:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecuteRequest : CoreData.NSPersistentStoreRequest * CoreData.NSManagedObjectContext * NSError -> Foundation.NSObject
override this.ExecuteRequest : CoreData.NSPersistentStoreRequest * CoreData.NSManagedObjectContext * NSError -> Foundation.NSObject

Parameters

context
NSManagedObjectContext

To be added.

This parameter can be null.

error
NSError

Returns

Attributes

Applies to