CommitMode Enumeration
Visual Studio 2010
When passed to the Commit function, the CommitMode specifies when the commit occurs.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
| Member name | Description | |
|---|---|---|
| Deferred | Changes are committed to disk after user-specified flush interval. The default flush interval is 10 seconds but can be modified within the ConnectionString. | |
| Immediate | Changes are committed immediately. |
Show: