LiteDB icon indicating copy to clipboard operation
LiteDB copied to clipboard

[QUESTION] Is there a way to map a property in a POCO to a pathed item in a document?

Open MGRussell opened this issue 4 years ago • 0 comments

I'd like to do something like:

            [BsonField("Address.Street")]
            public string Street { get; set; }

MGRussell avatar Dec 22 '21 09:12 MGRussell