Share via


NSBatchInsertRequest.CreateBatchInsertRequest Method

Definition

Overloads

CreateBatchInsertRequest(String, NSBatchInsertRequestDictionaryHandler)

[Foundation.Export("batchInsertRequestWithEntityName:dictionaryHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSBatchInsertRequest CreateBatchInsertRequest(string entityName, CoreData.NSBatchInsertRequestDictionaryHandler handler);
[<Foundation.Export("batchInsertRequestWithEntityName:dictionaryHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateBatchInsertRequest : string * CoreData.NSBatchInsertRequestDictionaryHandler -> CoreData.NSBatchInsertRequest

Parameters

entityName
String

Returns

Attributes

Applies to

CreateBatchInsertRequest(String, NSBatchInsertRequestManagedObjectHandler)

[Foundation.Export("batchInsertRequestWithEntityName:managedObjectHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSBatchInsertRequest CreateBatchInsertRequest(string entityName, CoreData.NSBatchInsertRequestManagedObjectHandler handler);
[<Foundation.Export("batchInsertRequestWithEntityName:managedObjectHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateBatchInsertRequest : string * CoreData.NSBatchInsertRequestManagedObjectHandler -> CoreData.NSBatchInsertRequest

Parameters

entityName
String

Returns

Attributes

Applies to