mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-05 16:00:52 +08:00
update
2
查询.md
2
查询.md
@@ -70,7 +70,7 @@ fsql.Select<VM_District_Parent>().WhereDynamicFilter(dyfilter).ToList();
|
||||
//WHERE (not((a.""Code"") LIKE '%val1%') AND not((a.""Name"") LIKE 'val2%') OR a__Parent.""Code"" = 'val11' AND (a__Parent.""Name"") LIKE '%val22%')
|
||||
```
|
||||
|
||||
> 动态排序:ISelect.OrderByPropertyName("Parent.Ocde")
|
||||
> 动态排序:ISelect.OrderByPropertyName("Parent.Code")
|
||||
|
||||
## API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user