Add Queryable.Having overload method

This commit is contained in:
skx
2021-01-16 16:28:15 +08:00
parent c05677740c
commit b244eb6bd1
5 changed files with 124 additions and 0 deletions

View File

@@ -81,6 +81,7 @@
<Compile Include="UnitTest\UInsert.cs" />
<Compile Include="UnitTest\UQueryable2.cs" />
<Compile Include="UnitTest\UQueue.cs" />
<Compile Include="UnitTest\UTran.cs" />
<Compile Include="_OldTest\BugTest\Bug2.cs" />
<Compile Include="_OldTest\BugTest\Bug5.cs" />
<Compile Include="_OldTest\BugTest\Bug4.cs" />