SaveChangesResultCollection.Options 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 how the SaveChanges(SaveChangesOptions) method behaves when an error occurs.
public:
property Microsoft::Xrm::Sdk::Client::SaveChangesOptions Options { Microsoft::Xrm::Sdk::Client::SaveChangesOptions get(); };
public Microsoft.Xrm.Sdk.Client.SaveChangesOptions Options { get; }
member this.Options : Microsoft.Xrm.Sdk.Client.SaveChangesOptions
Public ReadOnly Property Options As SaveChangesOptions
Property Value
The option that describes the save changes behavior.