CC56109: Extra spaces to avoid loc issues (#6409)
* CC56109: Extra spaces to avoid loc issues Hello, @Rick-Anderson, This proposed file change comes from https://github.com/aspnet/Docs.ja-jp/pull/29/files. Could you review this contribution and help to merge if agreed? Many thanks in advance. * Update model2.md * Remove extra spacepull/6412/head
parent
fbe07fe9ab
commit
019872914a
|
@ -7,7 +7,8 @@ The `ID` field is required by the database for the primary key.
|
|||
<a name="dc"></a>
|
||||
### Add a database context class
|
||||
|
||||
Add the following *MovieContext.cs* class to the *Models* folder:
|
||||
Add the following *MovieContext.cs* class to the *Models* folder:
|
||||
|
||||
[!code-csharp[](../../tutorials/razor-pages/razor-pages-start/snapshot_sample/RazorPagesMovie/Models/MovieContext.cs)]
|
||||
|
||||
The preceding code creates a `DbSet` property for the entity set. In Entity Framework terminology, an entity set typically corresponds to a database table, and an entity corresponds to a row in the table.
|
||||
|
|
Loading…
Reference in New Issue