UpsertMultipleRequest.Targets Property
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.
Gets or sets the collection of entities representing records to create or 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 create or update.