mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Add demo
This commit is contained in:
parent
2f6c60885c
commit
bb2876593d
@ -50,7 +50,12 @@ namespace OrmTest
|
||||
.AsType(typeof(UserInfo001))
|
||||
.Select<IUserInfo001>().ToListAsync().GetAwaiter().GetResult();
|
||||
|
||||
//Update
|
||||
|
||||
var userInfo3 = db.Queryable<UserInfo001>()
|
||||
.Select<IUserInfo001>().ToList();
|
||||
|
||||
var userInfo4 = db.Queryable<UserInfo001>()
|
||||
.Select<IUserInfo001>().ToSqlString();
|
||||
|
||||
}
|
||||
public interface IUserInfo001
|
||||
|
Loading…
Reference in New Issue
Block a user