SaveChangesException.Results Property

Definition

Gets the results from a SaveChanges() method call.

public:
 property Microsoft::Xrm::Sdk::SaveChangesResultCollection ^ Results { Microsoft::Xrm::Sdk::SaveChangesResultCollection ^ get(); };
public Microsoft.Xrm.Sdk.SaveChangesResultCollection Results { get; }
member this.Results : Microsoft.Xrm.Sdk.SaveChangesResultCollection
Public ReadOnly Property Results As SaveChangesResultCollection

Property Value

The collection of results.

Applies to