mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Add unit test
This commit is contained in:
parent
90d65fcef9
commit
ec7b5d614f
@ -81,6 +81,7 @@
|
||||
<Compile Include="UnitTest\Models\Export.cs" />
|
||||
<Compile Include="UnitTest\Models\ExToCon.cs" />
|
||||
<Compile Include="UnitTest\Models\LoadCon.cs" />
|
||||
<Compile Include="UnitTest\UBulkCopy2.cs" />
|
||||
<Compile Include="UnitTest\UAdo.cs" />
|
||||
<Compile Include="UnitTest\UBulkCopy.cs" />
|
||||
<Compile Include="UnitTest\UCodeFirst.cs" />
|
||||
|
@ -33,6 +33,7 @@ namespace OrmTest
|
||||
{
|
||||
|
||||
UBulkCopy.Init();
|
||||
Bulk();
|
||||
Insert();
|
||||
CodeFirst();
|
||||
Updateable();
|
||||
|
215
Src/Asp.Net/SqliteTest/UnitTest/UBulkCopy2.cs
Normal file
215
Src/Asp.Net/SqliteTest/UnitTest/UBulkCopy2.cs
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user