This documentation is archived and is not being maintained.
ObjectContext::SaveChanges Method
Visual Studio 2008
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) | Persists all updates to the data source and optionally resets change tracking in the object context. |
Show: