Click or drag to resize

BsonDocumentItem(String) Property

Get/Set a field for document. Fields are case sensitive

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

Parameters

key  String
 

Property Value

BsonValue

Implements

IDictionaryTKey, TValueItemTKey
See Also