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

@@ -31,6 +31,7 @@ namespace OrmTest
}
public static void Init()
{
Tran();
Insert();
Queue();
CodeFirst();