NSIncrementalStore.ExecuteRequest 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
in the specified context
, and reports any errors in error
.
[Foundation.Export("executeRequest:withContext:error:")]
public virtual Foundation.NSObject ExecuteRequest (CoreData.NSPersistentStoreRequest request, CoreData.NSManagedObjectContext context, out Foundation.NSError error);
abstract member ExecuteRequest : CoreData.NSPersistentStoreRequest * CoreData.NSManagedObjectContext * -> Foundation.NSObject
override this.ExecuteRequest : CoreData.NSPersistentStoreRequest * CoreData.NSManagedObjectContext * -> Foundation.NSObject
Parameters
- request
- NSPersistentStoreRequest
- error
- NSError
Returns
- Attributes