diff --git a/Src/Asp.Net/MySqlTest/Program.cs b/Src/Asp.Net/MySqlTest/Program.cs index 3dca00413..5f73fd042 100644 --- a/Src/Asp.Net/MySqlTest/Program.cs +++ b/Src/Asp.Net/MySqlTest/Program.cs @@ -7,7 +7,10 @@ namespace OrmTest public class Program { static void Main(string[] args) - { + { + //The statement translates to: "Each example will automatically create a table and can run independently." + //每个例子都会自动建表 并且可以独立运行 理解这话反应成英文 + _1_CodeFirst.Init(); _2_DbFirst.Init(); _3_EasyQuery.Init(); diff --git a/Src/Asp.Net/PgSqlTest/Program.cs b/Src/Asp.Net/PgSqlTest/Program.cs index b248883fb..25507f7d9 100644 --- a/Src/Asp.Net/PgSqlTest/Program.cs +++ b/Src/Asp.Net/PgSqlTest/Program.cs @@ -7,7 +7,10 @@ namespace OrmTest public class Program { static void Main(string[] args) - { + { + //The statement translates to: "Each example will automatically create a table and can run independently." + //每个例子都会自动建表 并且可以独立运行 理解这话反应成英文 + _1_CodeFirst.Init(); _2_DbFirst.Init(); _3_EasyQuery.Init(); diff --git a/Src/Asp.Net/SqlServerTest/Program.cs b/Src/Asp.Net/SqlServerTest/Program.cs index 64e9f1e7b..e43afe7db 100644 --- a/Src/Asp.Net/SqlServerTest/Program.cs +++ b/Src/Asp.Net/SqlServerTest/Program.cs @@ -7,7 +7,10 @@ namespace OrmTest public class Program { static void Main(string[] args) - { + { + //The statement translates to: "Each example will automatically create a table and can run independently." + //每个例子都会自动建表 并且可以独立运行 理解这话反应成英文 + _1_CodeFirst.Init(); _2_DbFirst.Init(); _3_EasyQuery.Init(); diff --git a/Src/Asp.Net/SqliteTest/Program.cs b/Src/Asp.Net/SqliteTest/Program.cs index 8a62dabc8..a8c2fed49 100644 --- a/Src/Asp.Net/SqliteTest/Program.cs +++ b/Src/Asp.Net/SqliteTest/Program.cs @@ -7,7 +7,10 @@ namespace OrmTest public class Program { static void Main(string[] args) - { + { + //The statement translates to: "Each example will automatically create a table and can run independently." + //每个例子都会自动建表 并且可以独立运行 理解这话反应成英文 + _1_CodeFirst.Init(); _2_DbFirst.Init(); _3_EasyQuery.Init(); diff --git a/Src/Asp.NetCore2/MySqlTest/Program.cs b/Src/Asp.NetCore2/MySqlTest/Program.cs index 3dca00413..5f73fd042 100644 --- a/Src/Asp.NetCore2/MySqlTest/Program.cs +++ b/Src/Asp.NetCore2/MySqlTest/Program.cs @@ -7,7 +7,10 @@ namespace OrmTest public class Program { static void Main(string[] args) - { + { + //The statement translates to: "Each example will automatically create a table and can run independently." + //每个例子都会自动建表 并且可以独立运行 理解这话反应成英文 + _1_CodeFirst.Init(); _2_DbFirst.Init(); _3_EasyQuery.Init(); diff --git a/Src/Asp.NetCore2/PgSqlTest/Program.cs b/Src/Asp.NetCore2/PgSqlTest/Program.cs index b248883fb..25507f7d9 100644 --- a/Src/Asp.NetCore2/PgSqlTest/Program.cs +++ b/Src/Asp.NetCore2/PgSqlTest/Program.cs @@ -7,7 +7,10 @@ namespace OrmTest public class Program { static void Main(string[] args) - { + { + //The statement translates to: "Each example will automatically create a table and can run independently." + //每个例子都会自动建表 并且可以独立运行 理解这话反应成英文 + _1_CodeFirst.Init(); _2_DbFirst.Init(); _3_EasyQuery.Init(); diff --git a/Src/Asp.NetCore2/SqlSeverTest/Program.cs b/Src/Asp.NetCore2/SqlSeverTest/Program.cs index 64e9f1e7b..07496e418 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/Program.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/Program.cs @@ -7,7 +7,9 @@ namespace OrmTest public class Program { static void Main(string[] args) - { + { + //The statement translates to: "Each example will automatically create a table and can run independently." + //每个例子都会自动建表 并且可以独立运行 理解这话反应成英文 _1_CodeFirst.Init(); _2_DbFirst.Init(); _3_EasyQuery.Init(); diff --git a/Src/Asp.NetCore2/SqliteTest/Program.cs b/Src/Asp.NetCore2/SqliteTest/Program.cs index 49b0b99bd..c0303ccdb 100644 --- a/Src/Asp.NetCore2/SqliteTest/Program.cs +++ b/Src/Asp.NetCore2/SqliteTest/Program.cs @@ -7,7 +7,10 @@ namespace OrmTest public class Program { static void Main(string[] args) - { + { + //The statement translates to: "Each example will automatically create a table and can run independently." + //每个例子都会自动建表 并且可以独立运行 理解这话反应成英文 + _1_CodeFirst.Init(); _2_DbFirst.Init(); _3_EasyQuery.Init();