Setting Default Casing for Fields in C# Driver Builders

Hi @Sergio_Jr ,

Welcome to the MongoDB community forums! What does your model class look like i.e. Are the names of the field matching in the model class to how the field is stored in the database? If not, you might want to look at using Convention packs or attributes like [BsonElement("xyz")] in your model class for the same. Hope that helps.

Thanks,

Rishit.