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