共用方式為


NSManagedObject.CreateFetchRequest 方法

定義

建立並傳回擷取要求。

[Foundation.Export("fetchRequest")]
[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 static CoreData.NSFetchRequest CreateFetchRequest ();
static member CreateFetchRequest : unit -> CoreData.NSFetchRequest

傳回

擷取要求。

屬性

適用於