Share via


NSBatchUpdateRequest.BatchUpdateRequestWithEntityName(String) Method

Definition

[Foundation.Export("batchUpdateRequestWithEntityName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSBatchUpdateRequest BatchUpdateRequestWithEntityName(string entityName);
[<Foundation.Export("batchUpdateRequestWithEntityName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member BatchUpdateRequestWithEntityName : string -> CoreData.NSBatchUpdateRequest

Parameters

entityName
String

Returns

Attributes

Applies to