Update sql.md (#23836)

pull/23852/head
Rick Anderson 2021-11-10 07:49:32 -10:00 committed by GitHub
parent 6cf7877960
commit 5e875d13a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ There are many third-party tools you can download to manage and view a SQLite da
## Seed the database
<!-- Next version put it in the Data folder -->
Create a new class named `SeedData` in the *Models* folder with the following code:
[!code-csharp[](razor-pages-start/sample/RazorPagesMovie60/Models/SeedData.cs?name=snippet_1)]