Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |