DataServiceContext.SaveChangesDefaultOptions 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 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.