NSBatchInsertRequest.CreateBatchInsertRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| CreateBatchInsertRequest(String, NSBatchInsertRequestDictionaryHandler) | |
| CreateBatchInsertRequest(String, NSBatchInsertRequestManagedObjectHandler) |
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