Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议添加ToList的字符串版本和 #782

Closed
LostAsk opened this issue Jun 1, 2021 · 0 comments
Closed

建议添加ToList的字符串版本和 #782

LostAsk opened this issue Jun 1, 2021 · 0 comments

Comments

@LostAsk
Copy link

LostAsk commented Jun 1, 2021

在freesql中的tolist/tolistAsync(),只能使用 表达式树,如果想要动态选择select 某些列字段,表达式树构造起来会比较麻烦。如果像Linq.Dynamic用字符串代替,应该能方便不少,
https://github.com/zzzprojects/System.Linq.Dynamic.Core

另外有个需求,目前 freesql的tolist(true)进行深度导航. 能否进行 深度导航+表达式树,即 tolist(true,exp<Func<TEntity,TOut>>)构造实体呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants