NSFetchRequest.Execute(NSError) 方法

定义

[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[]

参数

error
NSError

返回

属性

适用于