This documentation is archived and is not being maintained.
ObjectContext.SaveChanges Method
Visual Studio 2010
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. |
Show: