ObjectContext.SaveChanges Method
.NET Framework 4.5
Persists all updates to the data source.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |