mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Rename
This commit is contained in:
@@ -56,6 +56,15 @@ namespace OrmTest
|
||||
" it.Name as Name" }
|
||||
, 10)
|
||||
.ToListAsync().GetAwaiter().GetResult();
|
||||
|
||||
var userInfo5 = db.Queryable<Order>()
|
||||
.Select("it",
|
||||
new List<string>()
|
||||
{ "it.Id as userId",
|
||||
" {0} as id",
|
||||
" it.Name as Name" }
|
||||
, 10)
|
||||
.InSingleAsync(1).GetAwaiter().GetResult();
|
||||
}
|
||||
|
||||
private static void Test03()
|
||||
|
Reference in New Issue
Block a user