The following tables list the members exposed by SaveOptions.
Name | Description | |
---|---|---|
![]() | SaveOptions Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | EntityTypesExcludedFromPostSaveRefetch | Gets or sets the types of entities to be excluded from the refetch that is performed after a save. |
![]() | FixupTempIds | Gets or sets the option to fixup all generated temporary Ids or only those Ids corresponding to entities passed into the SaveChanges method. |
![]() | IgnoreClientValidationErrors | Gets or sets a flag whether to ignore client validation errors on save. |
![]() | PersistenceOrder | For future use. Gets or sets the order in which entities should be processed when persisting to a non-EDM data source. |
![]() | PocoSaveMode | Determines how to discover any custom server side POCO save methods. |
![]() | Tag | Used to pass custom user information to the EntityServer regarding the Save operation. |
![]() | TransactionSettings | Gets or sets the transactional behavior for the save. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToString | (Inherited from object) |
![]() | WithTag | Used to create a clone of this SaveOptions but with the "Tag" set to the specified value. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |