NSFetchRequest.Execute(NSError) Method

Definition

[Foundation.Export("execute:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreData.INSFetchRequestResult[] Execute (out Foundation.NSError error);
abstract member Execute :  -> CoreData.INSFetchRequestResult[]
override this.Execute :  -> CoreData.INSFetchRequestResult[]

Parameters

error
NSError

Returns

Attributes

Applies to