Does the MongoDB C# driver have the ability to map two field names from the server to a single field in the C# class?
The reason that we need this is that we've renamed a field in our code and would like to support both the old and new field name for a period of time.
This is a typical data migration scenario and it would be very helpful if we could establish a pattern for doing this via mapping without having to add special version logic to the data entity class or to the logic code.
We're currently using the official c# driver v2.3 with server v3.2.