다음을 통해 공유


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

반환

페치 요청입니다.

특성

적용 대상