mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Add exp to sql
This commit is contained in:
parent
92f6a6feff
commit
36714dc9d8
@ -25,8 +25,6 @@ namespace OrmTest
|
||||
try
|
||||
{
|
||||
|
||||
|
||||
|
||||
var data = db.Queryable<Test001>().Where(x => x.id == 1)
|
||||
.Select(x => new
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user