SqlClient\Query\QueryConverter.cs (5)
1131eqsel.Where = sql.Binary(SqlNodeType.EQ2V, aref, dupRef);
1440SqlExpression any = this.GenerateQuantifier(alias2, sql.Binary(SqlNodeType.EQ2V, aref1, aref2), true);
1464SqlExpression any = this.GenerateQuantifier(alias2, sql.Binary(SqlNodeType.EQ2V, aref1, aref2), true);
1577selElem.Where = sql.Binary(SqlNodeType.EQ2V, keyExpr, keyDup);
2460pred = sql.Binary(SqlNodeType.EQ2V, tableAliasRef, itemExpression);