DataServiceContext.SaveChangesDefaultOptions Property

Definition

Gets or sets the SaveChangesOptions values that are used by the SaveChanges(SaveChangesOptions) method.

public virtual Microsoft.OData.Client.SaveChangesOptions SaveChangesDefaultOptions { get; set; }
member this.SaveChangesDefaultOptions : Microsoft.OData.Client.SaveChangesOptions with get, set
Public Overridable Property SaveChangesDefaultOptions As SaveChangesOptions

Property Value

The current options for the save changes operation.

Applies to