zobinlee
Results
1
issues of
zobinlee
## 1. Description I got an error when parse below lambda expression string ``` c# SqlFunc.Subqueryable() .Where(s1=>s0.CatalogId=s1.Id && ( s1.HandlerUserId=1 || !(s1.TypeValue ="provider" && s1.ParentId = 0 ))) .Any() ```...
question