Click or drag to resize

LiteEngineRollback Method

Do rollback to current transaction. Clear dirty pages in memory and return new pages to main empty linked-list

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

Return Value

Boolean

Implements

ILiteEngineRollback
See Also