c# - How dbContext materializes data to entity objects -


i'm new entity framework , found out dbcontext class primary class interacting data object , 1 of it's responsibility object materialization, couldn't find out mechanism of dbcontext materializing data database. mean how dbcontext converts raw data(like tables) entity objects.

thanks helps.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -