Click or drag to resize

LiteDatabaseBeginTrans Method

Initialize a new transaction. Transaction are created "per-thread". There is only one single transaction per thread. Return true if transaction was created or false if current thread already in a transaction.

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool BeginTrans()

Return Value

Boolean

Implements

ILiteDatabaseBeginTrans
See Also