Click or drag to resize

BsonType Enumeration

All supported BsonTypes in sort order

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum BsonType
Members
Member nameValueDescription
MinValue0 
Null1 
Int322 
Int643 
Double4 
Decimal5 
String6 
Document7 
Array8 
Binary9 
ObjectId10 
Guid11 
Boolean12 
DateTime13 
MaxValue14 
See Also