Click or drag to resize

BsonValueItem(String) Property

Get/Set a field for document. Fields are case sensitive - Works only when value are document

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual BsonValue this[
	string name
] { get; set; }

Parameters

name  String
 

Property Value

BsonValue
See Also