I'm brand new to NoSQL and couldn't find anything in MongoDB's documentation about truncate?
I saw removing a collection but that seemed to worry me as it made me think I would be "deleting" the collection permanently.
Is there a way to truncate a collection with the same effect as it had in MySQL? I'm trying to do this in the .NET library and NOT in the MongoDB Shell...