Update README.md

This commit is contained in:
果糖网 2020-12-20 21:37:38 +08:00 committed by GitHub
parent cf81fb443f
commit 493dc2ebe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ public class Student
We use it to query
![输入图片说明](http://www.codeisbug.com/_theme/ueditor/utf8-net/net/upload/image/20190502/6369240932997363035197459.png?id=1112 "Queryable")
##### Here are some examples
Here are some examples
```cs
//easy
var getAll = db.Queryable<Student>().ToList();