Update exp to sql

This commit is contained in:
skx
2020-11-12 20:27:33 +08:00
parent de0f4fa0ce
commit 83fc19f63b
3 changed files with 42 additions and 3 deletions

View File

@@ -38,9 +38,9 @@ namespace OrmTest
Ado();
Queryable();
QueryableAsync();
Thread();
Thread2();
Thread3();
//Thread();
//Thread2();
//Thread3();
}
}
}