mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
Add unit test
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using SqlSugar.DbConvert;
|
||||
using SqlSugar;
|
||||
using SqlSugar.DbConvert;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -84,6 +85,9 @@ namespace OrmTest
|
||||
{
|
||||
throw new Exception("unit error");
|
||||
}
|
||||
var type3 = UnitType.a;
|
||||
var list=db.Queryable<Unit00Z1String1>().Where(it => it.type == type).ToList();
|
||||
var list2 = db.Queryable<Unit00Z1String1>().Where(it => it.type == UnitType.a).ToList();
|
||||
}
|
||||
private static void Int()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user