get file id from mongodb without objectid using c# code example
Example: get file id from mongodb without objectid using c#
> db.returnDocumentWithoutObjectId.find({},{_id:0});
> db.returnDocumentWithoutObjectId.find({},{_id:0});