v0.0.11 修复IAdo.Query直接查询sql的bug

This commit is contained in:
28810
2019-01-25 20:23:14 +08:00
parent 7e59e07956
commit 74df67fc13
17 changed files with 136 additions and 124 deletions

View File

@ -191,7 +191,7 @@ namespace FreeSql.Tests.PerformanceTest {
class xxx {
public int Id { get; set; }
public string Title { get; set; }
public string Url { get; set; }
//public string Url { get; set; }
public DateTime Create_time { get; set; }
public bool Is_deleted { get; set; }
}