Support native HasValue

This commit is contained in:
sunkaixuan
2017-07-11 13:18:24 +08:00
parent ef67119868
commit d3de52b89f
4 changed files with 50 additions and 27 deletions

View File

@@ -18,7 +18,7 @@ namespace OrmTest
static void Main(string[] args)
{
// /***Unit Test***/
//new Select(1).Init();
new Select(1).Init();
new Field(1).Init();
new Where(1).Init();
new Method(1).Init();