mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-24 13:52:11 +08:00
-
This commit is contained in:
@@ -22,7 +22,7 @@ namespace OrmTest.PerformanceTesting
|
||||
DbType = DbType.SqlServer,
|
||||
IsAutoCloseConnection = false
|
||||
});
|
||||
db.IgnoreComumns.Add("TestId", "Student");
|
||||
db.IgnoreColumns.Add("TestId", "Student");
|
||||
db.Queryable<Student>().Select(it => new ViewModelStudent2 { Name = it.Name, Student = it }).ToList();
|
||||
base.Execute("sqlsuagr", () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user