Click or drag to resize

LiteQueryableTForUpdate Method

Execute query locking collection in write mode. This is avoid any other thread change results after read document and before transaction ends

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ILiteQueryableResult<T> ForUpdate()

Return Value

ILiteQueryableResultT

Implements

ILiteQueryableResultTForUpdate
See Also