A ajk Active Member Licensed User Longtime User Jan 15, 2023 #1 What the correct use of db.RunCommand () the function should look like? I will be grateful for any example.
What the correct use of db.RunCommand () the function should look like? I will be grateful for any example.
P PaulMeuris Well-Known Member Licensed User Jan 16, 2023 #2 Sometimes it helps to just Google it... Mongo DB run command Upvote 0
A ajk Active Member Licensed User Longtime User Jan 16, 2023 #3 OK so let's precise question: mongo.Initialize("", "mongodb://127.0.0.1") db = mongo.GetDatabase("sit") db.RunCommand () Click to expand... ... and question is related to: Upvote 0
OK so let's precise question: mongo.Initialize("", "mongodb://127.0.0.1") db = mongo.GetDatabase("sit") db.RunCommand () Click to expand... ... and question is related to: