diff --git a/Src/Asp.NetCore2/SqlSeverTest/DmOrmTest/Demo/Demo2_Updateable.cs b/Src/Asp.NetCore2/SqlSeverTest/DmOrmTest/Demo/Demo2_Updateable.cs index b213283d8..e5f3b04a9 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/DmOrmTest/Demo/Demo2_Updateable.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/DmOrmTest/Demo/Demo2_Updateable.cs @@ -98,7 +98,7 @@ namespace OrmTest db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand(); //Where Sql - db.Updateable(updateObj).Where("id=@x", new { x = 1 }).ExecuteCommand(); + //db.Updateable(updateObj).Where("id=@x", new { x = 1 }).ExecuteCommand(); Console.WriteLine("#### Updateable End ####"); } diff --git a/Src/Asp.NetCore2/SqlSeverTest/KdbndpTest/Demo/Demo2_Updateable.cs b/Src/Asp.NetCore2/SqlSeverTest/KdbndpTest/Demo/Demo2_Updateable.cs index dec1fc5ad..3731fc498 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/KdbndpTest/Demo/Demo2_Updateable.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/KdbndpTest/Demo/Demo2_Updateable.cs @@ -98,7 +98,7 @@ namespace OrmTest db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand(); //Where Sql - db.Updateable(updateObj).Where("id=@x", new { x = 1 }).ExecuteCommand(); + //db.Updateable(updateObj).Where("id=@x", new { x = 1 }).ExecuteCommand(); Console.WriteLine("#### Updateable End ####"); } diff --git a/Src/Asp.NetCore2/SqlSeverTest/MySqlTest/Demo/Demo2_Updateable.cs b/Src/Asp.NetCore2/SqlSeverTest/MySqlTest/Demo/Demo2_Updateable.cs index f53814a44..1c66acad7 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/MySqlTest/Demo/Demo2_Updateable.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/MySqlTest/Demo/Demo2_Updateable.cs @@ -98,7 +98,7 @@ namespace OrmTest db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand(); //Where Sql - db.Updateable(updateObj).Where("id=@x", new { x = "1" }).ExecuteCommand(); + //db.Updateable(updateObj).Where("id=@x", new { x = "1" }).ExecuteCommand(); Console.WriteLine("#### Updateable End ####"); } diff --git a/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Demo/Demo2_Updateable.cs b/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Demo/Demo2_Updateable.cs index 3938edd31..039c07bbf 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Demo/Demo2_Updateable.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Demo/Demo2_Updateable.cs @@ -98,7 +98,7 @@ namespace OrmTest db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand(); //Where Sql - db.Updateable(updateObj).Where("id=@x", new { x = "1" }).ExecuteCommand(); + //db.Updateable(updateObj).Where("id=@x", new { x = "1" }).ExecuteCommand(); Console.WriteLine("#### Updateable End ####"); } diff --git a/Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Demo/Demo2_Updateable.cs b/Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Demo/Demo2_Updateable.cs index 60a5ce9d7..ad30f1afe 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Demo/Demo2_Updateable.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Demo/Demo2_Updateable.cs @@ -98,7 +98,7 @@ namespace OrmTest db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand(); //Where Sql - db.Updateable(updateObj).Where("id=@x", new { x = 1 }).ExecuteCommand(); + //db.Updateable(updateObj).Where("id=@x", new { x = 1 }).ExecuteCommand(); Console.WriteLine("#### Updateable End ####"); } diff --git a/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Demo/Demo2_Updateable.cs b/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Demo/Demo2_Updateable.cs index a4caa3045..c32884aab 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Demo/Demo2_Updateable.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Demo/Demo2_Updateable.cs @@ -98,7 +98,7 @@ namespace OrmTest db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand(); //Where Sql - db.Updateable(updateObj).Where("id=@x", new { x = "1" }).ExecuteCommand(); + //db.Updateable(updateObj).Where("id=@x", new { x = "1" }).ExecuteCommand(); Console.WriteLine("#### Updateable End ####"); } diff --git a/Src/Asp.NetCore2/SqlSeverTest/SqliteTest/Demo/Demo2_Updateable.cs b/Src/Asp.NetCore2/SqlSeverTest/SqliteTest/Demo/Demo2_Updateable.cs index 285348476..f0d5bad96 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/SqliteTest/Demo/Demo2_Updateable.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/SqliteTest/Demo/Demo2_Updateable.cs @@ -98,7 +98,7 @@ namespace OrmTest db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand(); //Where Sql - db.Updateable(updateObj).Where("id=@x", new { x = "1" }).ExecuteCommand(); + //db.Updateable(updateObj).Where("id=@x", new { x = "1" }).ExecuteCommand(); Console.WriteLine("#### Updateable End ####"); }