LiteDB
LiteDB copied to clipboard
[QUESTION] Is there a way to map a property in a POCO to a pathed item in a document?
I'd like to do something like:
[BsonField("Address.Street")]
public string Street { get; set; }