Modifying DEMO

This commit is contained in:
sunkaixuan 2023-11-06 22:11:07 +08:00
parent 12e6af58f1
commit 95468fa883
8 changed files with 31 additions and 8 deletions

View File

@ -8,6 +8,9 @@ namespace OrmTest
{
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();

View File

@ -8,6 +8,9 @@ namespace OrmTest
{
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();

View File

@ -8,6 +8,9 @@ namespace OrmTest
{
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();

View File

@ -8,6 +8,9 @@ namespace OrmTest
{
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();

View File

@ -8,6 +8,9 @@ namespace OrmTest
{
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();

View File

@ -8,6 +8,9 @@ namespace OrmTest
{
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();

View File

@ -8,6 +8,8 @@ namespace OrmTest
{
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();

View File

@ -8,6 +8,9 @@ namespace OrmTest
{
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();