mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update Demo
This commit is contained in:
parent
617a6013f6
commit
db4201034a
@ -11,7 +11,7 @@ namespace OrmTest
|
||||
|
||||
public static void Init()
|
||||
{
|
||||
ConditionScreening();
|
||||
QueryConditions();
|
||||
JoinTable();
|
||||
Async();
|
||||
}
|
||||
@ -46,10 +46,10 @@ namespace OrmTest
|
||||
Console.WriteLine("#### Join Table End ####");
|
||||
}
|
||||
|
||||
private static void ConditionScreening()
|
||||
private static void QueryConditions()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("#### Condition Screening Start ####");
|
||||
Console.WriteLine("#### Query Conditions Start ####");
|
||||
|
||||
SqlSugarClient db = GetInstance();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user