Update readme.md

This commit is contained in:
2881099 2020-04-25 17:03:38 +08:00 committed by GitHub
parent 5bd3e6e00d
commit 4fa1475ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ class Tag {
}
```
## 👀 Query
## 🔎 Query
```csharp
//OneToOne、ManyToOne
fsql.Select<Tag>().Where(a => a.Parent.Parent.Name == "粤语").ToList();
@ -119,7 +119,7 @@ fsql.Select<Song>().OrderBy(a => Guid.NewGuid()).Limit(10).ToList();
```
[More..](https://github.com/2881099/FreeSql/wiki/%e8%a1%a8%e8%be%be%e5%bc%8f%e5%87%bd%e6%95%b0)
## 📦 Repository
## 🚁 Repository
> dotnet add package FreeSql.Repository