update

28810
2020-09-18 12:27:23 +08:00
parent 243a94d76d
commit 12a74d09c5

@@ -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