concept database query in category entity framework

appears as: database query, database queries, The database query, database queries
Entity Framework Core in Action, SE MEAP V04 epub

This is an excerpt from Manning's book Entity Framework Core in Action, SE MEAP V04 epub.

Figure 1.8 A look inside EF Core as it executes a database query

2.3.4   The two types of database queries

The database query in figure 2.7 is what I call a “normal” query, also known as a read-write query. This reads in data from the database in such a way that you can update that data (see chapter 3) or use as an existing relationship for a new entry, for instance creating a new book with an existing Author (see section 6.2.2).

Entity Framework Core in Action

This is an excerpt from Manning's book Entity Framework Core in Action.

Figure 1.8 A look inside EF Core as it executes a database query

c01-9.png
sitemap

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage
test yourself with a liveTest