NSPersistentStoreCoordinator.ManagedObjectIDForURIRepresentation Method

Definition

Returns a managed object id for the specified url if a store that matches the URL can be found.

[Foundation.Export("managedObjectIDForURIRepresentation:")]
public virtual CoreData.NSManagedObjectID ManagedObjectIDForURIRepresentation (Foundation.NSUrl url);
abstract member ManagedObjectIDForURIRepresentation : Foundation.NSUrl -> CoreData.NSManagedObjectID
override this.ManagedObjectIDForURIRepresentation : Foundation.NSUrl -> CoreData.NSManagedObjectID

Parameters

url
NSUrl

Returns

Attributes

Applies to