mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Add NOSQL compatibility
This commit is contained in:
@@ -1531,7 +1531,7 @@ namespace SqlSugar
|
|||||||
//return sql;
|
//return sql;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal JoinQueryInfo GetJoinInfo(Expression joinExpression, JoinType joinType)
|
public virtual JoinQueryInfo GetJoinInfo(Expression joinExpression, JoinType joinType)
|
||||||
{
|
{
|
||||||
QueryBuilder.CheckExpressionNew(joinExpression, "Join");
|
QueryBuilder.CheckExpressionNew(joinExpression, "Join");
|
||||||
QueryBuilder.JoinExpression = joinExpression;
|
QueryBuilder.JoinExpression = joinExpression;
|
||||||
|
Reference in New Issue
Block a user