diff --git a/README.md b/README.md index 604a63b..79b40e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # SQLiteEFCodeFirstDemo CodeFirst模式下EF SQLite示例程序 +![运行时图片](RunDemo.png) + 参考链接: [C#/.NET VS2017+ EF+SQLite.CodeFirst——真正实现CodeFirst](https://blog.csdn.net/qq_34202873/article/details/85068877) diff --git a/RunDemo.png b/RunDemo.png new file mode 100644 index 0000000..70810b2 Binary files /dev/null and b/RunDemo.png differ