mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Modifying DEMO
This commit is contained in:
@@ -7,7 +7,10 @@ namespace OrmTest
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//The statement translates to: "Each example will automatically create a table and can run independently."
|
||||||
|
//每个例子都会自动建表 并且可以独立运行 理解这话反应成英文
|
||||||
|
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
_2_DbFirst.Init();
|
_2_DbFirst.Init();
|
||||||
_3_EasyQuery.Init();
|
_3_EasyQuery.Init();
|
||||||
|
@@ -7,7 +7,10 @@ namespace OrmTest
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//The statement translates to: "Each example will automatically create a table and can run independently."
|
||||||
|
//每个例子都会自动建表 并且可以独立运行 理解这话反应成英文
|
||||||
|
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
_2_DbFirst.Init();
|
_2_DbFirst.Init();
|
||||||
_3_EasyQuery.Init();
|
_3_EasyQuery.Init();
|
||||||
|
@@ -7,7 +7,10 @@ namespace OrmTest
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//The statement translates to: "Each example will automatically create a table and can run independently."
|
||||||
|
//每个例子都会自动建表 并且可以独立运行 理解这话反应成英文
|
||||||
|
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
_2_DbFirst.Init();
|
_2_DbFirst.Init();
|
||||||
_3_EasyQuery.Init();
|
_3_EasyQuery.Init();
|
||||||
|
@@ -7,7 +7,10 @@ namespace OrmTest
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//The statement translates to: "Each example will automatically create a table and can run independently."
|
||||||
|
//每个例子都会自动建表 并且可以独立运行 理解这话反应成英文
|
||||||
|
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
_2_DbFirst.Init();
|
_2_DbFirst.Init();
|
||||||
_3_EasyQuery.Init();
|
_3_EasyQuery.Init();
|
||||||
|
@@ -7,7 +7,10 @@ namespace OrmTest
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//The statement translates to: "Each example will automatically create a table and can run independently."
|
||||||
|
//每个例子都会自动建表 并且可以独立运行 理解这话反应成英文
|
||||||
|
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
_2_DbFirst.Init();
|
_2_DbFirst.Init();
|
||||||
_3_EasyQuery.Init();
|
_3_EasyQuery.Init();
|
||||||
|
@@ -7,7 +7,10 @@ namespace OrmTest
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//The statement translates to: "Each example will automatically create a table and can run independently."
|
||||||
|
//每个例子都会自动建表 并且可以独立运行 理解这话反应成英文
|
||||||
|
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
_2_DbFirst.Init();
|
_2_DbFirst.Init();
|
||||||
_3_EasyQuery.Init();
|
_3_EasyQuery.Init();
|
||||||
|
@@ -7,7 +7,9 @@ namespace OrmTest
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//The statement translates to: "Each example will automatically create a table and can run independently."
|
||||||
|
//每个例子都会自动建表 并且可以独立运行 理解这话反应成英文
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
_2_DbFirst.Init();
|
_2_DbFirst.Init();
|
||||||
_3_EasyQuery.Init();
|
_3_EasyQuery.Init();
|
||||||
|
@@ -7,7 +7,10 @@ namespace OrmTest
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//The statement translates to: "Each example will automatically create a table and can run independently."
|
||||||
|
//每个例子都会自动建表 并且可以独立运行 理解这话反应成英文
|
||||||
|
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
_2_DbFirst.Init();
|
_2_DbFirst.Init();
|
||||||
_3_EasyQuery.Init();
|
_3_EasyQuery.Init();
|
||||||
|
Reference in New Issue
Block a user