mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Add demo
This commit is contained in:
parent
a11671877a
commit
efe0de47ee
12
Src/Asp.Net/SqlServerTest/8_Insert.cs
Normal file
12
Src/Asp.Net/SqlServerTest/8_Insert.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
internal class _8_Insert
|
||||
{
|
||||
}
|
||||
}
|
12
Src/Asp.Net/SqlServerTest/9_Update.cs
Normal file
12
Src/Asp.Net/SqlServerTest/9_Update.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
internal class _9_Update
|
||||
{
|
||||
}
|
||||
}
|
@ -64,13 +64,16 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="a_Delete.cs" />
|
||||
<Compile Include="1_CodeFirst.cs" />
|
||||
<Compile Include="2_DbFirst.cs" />
|
||||
<Compile Include="4_JoinQuery.cs" />
|
||||
<Compile Include="5_PageQuery.cs" />
|
||||
<Compile Include="9_Update.cs" />
|
||||
<Compile Include="UnitTest\Description.cs" />
|
||||
<Compile Include="3_EasyQuery.cs" />
|
||||
<Compile Include="7_GroupQuery.cs" />
|
||||
<Compile Include="8_Insert.cs" />
|
||||
<Compile Include="UserTestCases\Cases\OldDemo\Demo2_Updateable.cs" />
|
||||
<Compile Include="UserTestCases\Cases\OldDemo\Demo3_Insertable.cs" />
|
||||
<Compile Include="UserTestCases\Cases\OldDemo\Demo4_Deleteable.cs" />
|
||||
|
12
Src/Asp.Net/SqlServerTest/a_Delete.cs
Normal file
12
Src/Asp.Net/SqlServerTest/a_Delete.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
internal class _10_Delete
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user