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
Expression<Func<a, b, bool>> func1 = (a,b) => true; if (!string.IsNullOrWhiteSpace(name)) { //?a.name=name } return await DbContext.Mysql.Select<a,b>() .LeftJoin((a,b)=>b.Id==a.id) .Where(func1) .Page(page, pageSize) .ToListAsync();
请教一下,如上面的func1怎么拼接。。。 toListAsync里如何同时返回a,b的字段。。。
The text was updated successfully, but these errors were encountered:
# 完善 表达式拼接方法,从 T1-T5;#256
8191537
https://github.com/dotnetcore/FreeSql/blob/81915373645aefbd7102ffd9ff8530defea6f5c2/FreeSql/Extensions/LambadaExpressionExtensions.cs
参考这里面的代码
Sorry, something went wrong.
谢谢。
No branches or pull requests
请教一下,如上面的func1怎么拼接。。。
toListAsync里如何同时返回a,b的字段。。。
The text was updated successfully, but these errors were encountered: