mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -89,7 +89,9 @@
|
||||
<Name>SqlSugar</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Folder Include="Demo\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
@@ -27,8 +27,13 @@ namespace OrmTest
|
||||
//new AutoClose(1).Init();
|
||||
//new Insert(1).Init();
|
||||
new Delete(1).Init();
|
||||
|
||||
|
||||
//Performance Test
|
||||
//new SqlSugarPerformance(100).Select();
|
||||
|
||||
|
||||
//Demo
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user