次の方法で共有


UpsertMultipleResponse.Results Property

Definition

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.

Applies to