We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在freesql中的tolist/tolistAsync(),只能使用 表达式树,如果想要动态选择select 某些列字段,表达式树构造起来会比较麻烦。如果像Linq.Dynamic用字符串代替,应该能方便不少, https://github.com/zzzprojects/System.Linq.Dynamic.Core
另外有个需求,目前 freesql的tolist(true)进行深度导航. 能否进行 深度导航+表达式树,即 tolist(true,exp<Func<TEntity,TOut>>)构造实体呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在freesql中的tolist/tolistAsync(),只能使用 表达式树,如果想要动态选择select 某些列字段,表达式树构造起来会比较麻烦。如果像Linq.Dynamic用字符串代替,应该能方便不少,
https://github.com/zzzprojects/System.Linq.Dynamic.Core
另外有个需求,目前 freesql的tolist(true)进行深度导航. 能否进行 深度导航+表达式树,即 tolist(true,exp<Func<TEntity,TOut>>)构造实体呢?
The text was updated successfully, but these errors were encountered: