From f4b91be3a115e9cd07a7e1a13ec9fd7cde092b2e Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Tue, 13 Jun 2017 02:16:37 +0800 Subject: [PATCH] - --- SqlServerTest/Demos/{Query.cs => 1_Query.cs} | 0 SqlServerTest/Demos/{Update.cs => 2_Update.cs} | 0 SqlServerTest/Demos/{Insert.cs => 3_Insert.cs} | 0 SqlServerTest/Demos/{Delete.cs => 4_Delete.cs} | 0 SqlServerTest/Demos/{DbFirst.cs => 5_DbFirst.cs} | 0 .../Demos/{ComplexModel.cs => 6_ComplexModel.cs} | 0 SqlServerTest/SqlServerTest.csproj | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename SqlServerTest/Demos/{Query.cs => 1_Query.cs} (100%) rename SqlServerTest/Demos/{Update.cs => 2_Update.cs} (100%) rename SqlServerTest/Demos/{Insert.cs => 3_Insert.cs} (100%) rename SqlServerTest/Demos/{Delete.cs => 4_Delete.cs} (100%) rename SqlServerTest/Demos/{DbFirst.cs => 5_DbFirst.cs} (100%) rename SqlServerTest/Demos/{ComplexModel.cs => 6_ComplexModel.cs} (100%) diff --git a/SqlServerTest/Demos/Query.cs b/SqlServerTest/Demos/1_Query.cs similarity index 100% rename from SqlServerTest/Demos/Query.cs rename to SqlServerTest/Demos/1_Query.cs diff --git a/SqlServerTest/Demos/Update.cs b/SqlServerTest/Demos/2_Update.cs similarity index 100% rename from SqlServerTest/Demos/Update.cs rename to SqlServerTest/Demos/2_Update.cs diff --git a/SqlServerTest/Demos/Insert.cs b/SqlServerTest/Demos/3_Insert.cs similarity index 100% rename from SqlServerTest/Demos/Insert.cs rename to SqlServerTest/Demos/3_Insert.cs diff --git a/SqlServerTest/Demos/Delete.cs b/SqlServerTest/Demos/4_Delete.cs similarity index 100% rename from SqlServerTest/Demos/Delete.cs rename to SqlServerTest/Demos/4_Delete.cs diff --git a/SqlServerTest/Demos/DbFirst.cs b/SqlServerTest/Demos/5_DbFirst.cs similarity index 100% rename from SqlServerTest/Demos/DbFirst.cs rename to SqlServerTest/Demos/5_DbFirst.cs diff --git a/SqlServerTest/Demos/ComplexModel.cs b/SqlServerTest/Demos/6_ComplexModel.cs similarity index 100% rename from SqlServerTest/Demos/ComplexModel.cs rename to SqlServerTest/Demos/6_ComplexModel.cs diff --git a/SqlServerTest/SqlServerTest.csproj b/SqlServerTest/SqlServerTest.csproj index 2f4bfeb28..cac6e349c 100644 --- a/SqlServerTest/SqlServerTest.csproj +++ b/SqlServerTest/SqlServerTest.csproj @@ -48,16 +48,16 @@ - + - - + + - + - - + +