CommitMode Enumeration

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)

Syntax

'Declaration
Public Enumeration CommitMode
'Usage
Dim instance As CommitMode
public enum CommitMode
public enum class CommitMode
type CommitMode
public enum CommitMode

Members

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.

See Also

Reference

System.Data.SqlServerCe Namespace