SaveOptions Class

Definition

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.

Applies to