SaveChangesResultCollection Class
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.
Provides a collection of results for a save changes operation.
public ref class SaveChangesResultCollection sealed : System::Collections::ObjectModel::Collection<Microsoft::Xrm::Sdk::SaveChangesResult ^>
public sealed class SaveChangesResultCollection : System.Collections.ObjectModel.Collection<Microsoft.Xrm.Sdk.SaveChangesResult>
type SaveChangesResultCollection = class
inherit Collection<SaveChangesResult>
Public NotInheritable Class SaveChangesResultCollection
Inherits Collection(Of SaveChangesResult)
- Inheritance
-
SaveChangesResultCollection
Remarks
Returned from these methods: OnSaveChanges(SaveChangesResultCollection), SaveChanges()
Properties
HasError |
Gets whether there is an error. |
Options |
Gets how the SaveChanges(SaveChangesOptions) method behaves when an error occurs. |