45 references to SqlSelect
System.Data.Linq (45)
SqlClient\Query\QueryConverter.cs (34)
117
retNode = new
SqlSelect
(sqlExpression, null, this.dominatingExpression);
269
return new
SqlSelect
(aref, alias, this.dominatingExpression);
314
return new
SqlSelect
(aref, sa, this.dominatingExpression);
422
return new
SqlSelect
(sql.SubSelect(SqlNodeType.Multiset, pselect, selector.Body.Type), alias, this.dominatingExpression);
446
return new
SqlSelect
(innerRef, join, this.dominatingExpression);
451
return new
SqlSelect
(expr, alias, this.dominatingExpression);
479
return new
SqlSelect
(projection, join, this.dominatingExpression);
505
select = new
SqlSelect
(result, join, this.dominatingExpression);
508
select = new
SqlSelect
(result, join, this.dominatingExpression);
531
SqlSelect select = new
SqlSelect
(innerRef, innerAlias, this.dominatingExpression);
540
return new
SqlSelect
(result, outerAlias, this.dominatingExpression);
557
SqlSelect optSelect = new
SqlSelect
(opt, alias, this.dominatingExpression);
563
SqlSelect selNull = new
SqlSelect
(litNull, null, this.dominatingExpression);
568
return new
SqlSelect
(aliasRef, join, this.dominatingExpression);
1077
SqlSelect final = new
SqlSelect
(aref, alias, this.dominatingExpression);
1130
SqlSelect eqsel = new
SqlSelect
(dupRef, dupAlias, this.dominatingExpression);
1134
SqlSelect final = new
SqlSelect
(aref, alias, this.dominatingExpression);
1171
SqlSelect select = new
SqlSelect
(projection, alias, mce);
1409
SqlSelect result = new
SqlSelect
(aref, alias, this.dominatingExpression);
1420
SqlSelect result = new
SqlSelect
(aref, alias, this.dominatingExpression);
1442
SqlSelect result = new
SqlSelect
(aref1, alias1, select1.SourceExpression);
1466
SqlSelect result = new
SqlSelect
(aref1, alias1, select1.SourceExpression);
1497
select = new
SqlSelect
(aref, alias, this.dominatingExpression);
1576
SqlSelect selElem = new
SqlSelect
(elemExpr, selDupAlias, this.dominatingExpression);
1583
SqlSelect gsel = new
SqlSelect
(new SqlSharedExpressionRef(keySubExpr), seqAlias, this.dominatingExpression);
1594
SqlSelect keyGroupSel = new
SqlSelect
(keyGroup, gselAlias, this.dominatingExpression);
1605
result = new
SqlSelect
(resultExpr, kgAlias, this.dominatingExpression);
1616
result = new
SqlSelect
(resultExpr, gselAlias, this.dominatingExpression);
1686
SqlSelect sel = new
SqlSelect
(
1731
SqlSelect sel = new
SqlSelect
(
1831
SqlSelect sel = new
SqlSelect
(aref, alias, this.dominatingExpression);
1838
SqlSelect sel = new
SqlSelect
(aref, alias, this.dominatingExpression);
2462
result = new
SqlSelect
(projection, tableAlias, resultSelector);
2483
preResult = new
SqlSelect
(proj, null, rs);
SqlClient\Query\SqlBinder.cs (3)
863
SqlSelect newSelect = new
SqlSelect
(aref, alias, sub.SourceExpression);
1102
SqlSelect simple = new
SqlSelect
(expr, this.currentSelect.From, expr.SourceExpression);
1611
return new
SqlSelect
(aref, alias, union.SourceExpression);
SqlClient\Query\SqlDuplicator.cs (1)
228
SqlSelect n = new
SqlSelect
(selection, from, select.SourceExpression);
SqlClient\Query\SqlLiftIndependentRowExpressions.cs (1)
110
SqlSelect ns = new
SqlSelect
(new SqlNop(cols[0].ClrType, cols[0].SqlType, sqlSource.SourceExpression), sqlSource, sqlSource.SourceExpression);
SqlClient\Query\SqlMultiplexer.cs (1)
63
SqlSelect countSelect = new
SqlSelect
(sql.Unary(SqlNodeType.Count, null, sms.SourceExpression), copyAlias, sms.SourceExpression);
SqlClient\Query\SqlOuterApplyReducer.cs (1)
150
SqlSelect ns = new
SqlSelect
(new SqlNop(cols[0].ClrType, cols[0].SqlType, sqlSource.SourceExpression), sqlSource, sqlSource.SourceExpression);
SqlClient\Query\SqlReorderer.cs (1)
263
SqlSelect select = new
SqlSelect
(new SqlNop(column.ClrType, column.SqlType, column.SourceExpression), this.currentSelect.From, this.currentSelect.SourceExpression);
SqlClient\Query\Translator.cs (3)
38
return new
SqlSelect
(projection, tableAlias, source);
296
SqlSelect select = new
SqlSelect
(aref, alias, expr.SourceExpression);
304
SqlSelect select = new
SqlSelect
(aref, alias, expr.SourceExpression);