BsonValueItem(String) Property |
Get/Set a field for document. Fields are case sensitive - Works only when value are document
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual BsonValue this[
string name
] { get; set; }Parameters
- name String
-
Property Value
BsonValue
See Also