python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Mongoose - How to push object in nested array of objects
I have this data structure in my MongoDB database:
"menu": [
{
"dishCategory":"61e6089f209b802518e2b4a4",
"dishMeals": [
...
mne_web_dev
Votes: 0
Answers: 3
Mongo DB create/update new field from existing date and time fields
In mongo db have a collection named item where I have 2 fields
ItemReceivedDate - Type: Date , ex: value/data 2020-09-21T00:00:00.000+00:00
ItemReceivedTime - Type: Int. This is an 24 hours format
e...
kiran vennampelli
Votes: 0
Answers: 1
MongoDB .NET Driver update Cannot use the part ... to traverse the element
I'm trying to rename a field but I end up getting an error. What could I be missing?
A write operation resulted in an error.
cannot use the part (Orders of Orders.Number) to traverse the element ({Or...
JonnyJon44
Votes: 0
Answers: 1