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 -

php - Realurl generating unwanted language codes inside url -

c# - Json.Net Serialize String from URI -