UpsertMultipleResponse.Results 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 an array of UpsertResponse to determine which operation was performed.
public Microsoft.Xrm.Sdk.Messages.UpsertResponse[] Results { get; }
member this.Results : Microsoft.Xrm.Sdk.Messages.UpsertResponse[]
Public ReadOnly Property Results As UpsertResponse()
Property Value
An array of UpsertResponse to determine which operation was performed.
Remarks
The UpsertResponse.RecordCreated property is true
when the operation created a record; otherwise false
.