Click or drag to resize

BsonExpressionFields Property

Fill this hashset with all fields used in root level of document (be used to partial deserialize) - "$" means all fields

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public HashSet<string> Fields { get; }

Property Value

HashSetString
See Also