0
Guys, I have the following problem: When I make the Entity Framework add a data in the database, it does, but does not return the attributes of the loaded Class type. In order for them to load normally, I need to reestablish the Solution.
My mapping is correct... My entity is as Virtual and the mapping of the class and DTO is correct.
Somebody’s got a tip on what to do?
Submit your code
– Leandro Angelo
"but does not return loaded class attributes to me" What does that mean, exactly?
– Jéf Bueno