Browse Source

-

pull/12/MERGE
sunkaixuan 6 years ago
parent
commit
33daa85d31
  1. 2
      Src/Asp.Net/SqlServerTest/Demos/G_Mapper.cs

2
Src/Asp.Net/SqlServerTest/Demos/G_Mapper.cs

@ -37,6 +37,8 @@ namespace OrmTest.Demo
it.Schools = allSchools.Where(i => i.Id == it.SchoolId).ToList();//one to many
it.Name = it.Name == null ? "null" : it.Name;
}).ToList();

Loading…
Cancel
Save