UpdateMultipleRequest.Targets Property

Definition

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

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 update.

>

Remarks

Just like the UpdateRequest.Target property. entities within the Targets collection may include attributes that are not valid for update. These attributes will be ignored.

Applies to