SaveOptions 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.
Represents advanced settings that control the behavior of the model's SaveChanges operation.
public class SaveOptions
type SaveOptions = class
Public Class SaveOptions
- Inheritance
-
SaveOptions
Constructors
SaveOptions() |
Properties
DelayValidation |
Gets or sets an indication if validation is delayed in the SaveChanges. |
ForceValidation |
Gets or sets an indication if validation is forced in the SaveChanges. |
MaxParallelism |
Gets or sets the maximum parallelism to apply to the operation. Typically, this will influence Refresh operations. |
SaveFlags |
Gets or sets the advanced options that would be applied during a SaveChanges operation. |