skip to Main Content

MongoDb Update Array Of Object

I have the MongoDb Document describe in the following playground https://mongoplayground.net/p/7unPX_abybK I desperately try to add an element in the links of a targetedEvent when the name of the targetedEvent is "RdvPris" and that it has no link whith targetType:"missions"…

VIEW QUESTION

Mongodb – Deserializing object to array

I have a field with mixed type (object or array of object). Now I am trying to deserialize this field into array of object with this class AssociationSerializer : SerializerBase<Association[]> { public override Association[] Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args) { var…

VIEW QUESTION
Back To Top
Search