Share via


CreateMultipleRequest.Targets Property

Definition

Gets or sets the collection of entities representing records to create.

public Microsoft.Xrm.Sdk.EntityCollection Targets { get; set; }
member this.Targets : Microsoft.Xrm.Sdk.EntityCollection with get, set
Public Property Targets As EntityCollection

Property Value

The collection of entities representing records to create.

Remarks

Like the CreateRequest.Target property, the Targets collection can include entities with related records and these will be created as well. Learn to create related entities in one operation.

Applies to