Click or drag to resize
SQLiteDatabaseConnectionIsAutoCommit Property
Returns true if the given database connection is in autocommit mode,

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public bool IsAutoCommit { get; }

Property Value

Type: Boolean

Implements

IDatabaseConnectionIsAutoCommit
See Also