RepoDB
                                
                                 RepoDB copied to clipboard
                                
                                    RepoDB copied to clipboard
                            
                            
                            
                        Enhancement: Include the Compiler Expression Member Assignments in the ClassHandler.
This user story will allow the Class Handler to have the information of the compiler's Member Assignments. This will give more access to the User (Library User) underlying access to the actual pre-compiled Expressions / Member Assignments.
What is Member Assignment? They are the expression that is being passed in the AOT compilation that is being used during the Entity model hydration process. It is being used when the values of the DbDataReader object is being assigned back to the model.
Below is the screenshot of the sample Member Assignments.

Why it is needed? It gives access to the developer and the user of the library to understand what happened behind the scene.
Note: Consider identifying the Constructor Argument and Property Assignments.
Linking both the #529 and #530.