CommitMode Enumeration
.NET Framework 3.0
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)
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. |
Community Additions
ADD
Show:
