Share via


NSManagedObject.CreateFetchRequest Method

Definition

Creates and returns a fetch request.

[Foundation.Export("fetchRequest")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSFetchRequest CreateFetchRequest();
[<Foundation.Export("fetchRequest")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateFetchRequest : unit -> CoreData.NSFetchRequest

Returns

A fetch request.

Attributes

Applies to