Browse Source

Update README.md

pull/15/MERGE
果糖网 3 years ago
committed by GitHub
parent
commit
1ee0739bed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -56,7 +56,7 @@ FROM
WHERE
([o].[Id] = @Id0)
```
### Feature2 : Page query
### Feature2 : Include query
```cs Include Query
var list=db.Queryable<Test>()
.Includes(x => x.Provinces,x=>x.Citys ,x=>x.Street)

Loading…
Cancel
Save