Click or drag to resize

EngineSettingsReadTransform Property

Is used to transform a BsonValue from the database on read. This can be used to upgrade data from older versions.

Namespace: Internal.LiteDB.Engine
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Func<string, BsonValue, BsonValue> ReadTransform { get; set; }

Property Value

FuncString, BsonValue, BsonValue
See Also