Property with name "id" not deserialized in mongodb C#
I am trying to fetch a record from the mongo db in c# Data in the mongodb collection: { id:0 parameter:"Unscheduled Demand" remarks:"Formula Based" value:89 } Issue: id property is not getting deserialized from the data in C#. C# class…