ObjectContext::SaveChanges Method
.NET Framework (current version)
Persists all updates to the data source.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | SaveChanges() | Persists all updates to the data source and resets change tracking in the object context. |
![]() | SaveChanges(Boolean) | Obsolete. Persists all updates to the data source and optionally resets change tracking in the object context. |
![]() | SaveChanges(SaveOptions) | Persists all updates to the data source with the specified SaveOptions. |
Show:
