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