Update model2.md (#12825)

pull/12858/head
Rick Anderson 2019-06-12 20:39:21 -07:00 committed by GitHub
parent 61072dd749
commit b87dd8728a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ The preceding code creates a `DbSet` property for the entity set. In Entity Fram
### Add a database connection string
Add a connection string to the *appsettings.json* file:
Add a connection string to the *appsettings.json* file as shown in the following highlighted code:
[!code-json[](~/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie/appsettings_SQLite.json?highlight=8-10)]