SaveChangesResultCollection.Options Property

Definition

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.

Applies to