6 references to SqlSubSelect
System.Data.Linq (6)
SqlClient\Common\SqlFactory.cs (1)
556
return new
SqlSubSelect
(nt, clrType, sqlType, select);
SqlClient\Query\SqlDuplicator.cs (3)
163
return new
SqlSubSelect
(sqlExpr.NodeType, sqlExpr.ClrType, sqlExpr.SqlType, (SqlSelect)this.Visit(sqlExpr.Select));
188
return new
SqlSubSelect
(sms.NodeType, sms.ClrType, sms.SqlType, (SqlSelect)this.Visit(sms.Select));
203
return new
SqlSubSelect
(SqlNodeType.ScalarSubSelect, ss.ClrType, ss.SqlType, this.VisitSequence(ss.Select));
SqlClient\Query\Translator.cs (2)
268
result = new
SqlSubSelect
(SqlNodeType.Multiset, link.ClrType, link.SqlType, sel);
271
result = new
SqlSubSelect
(SqlNodeType.Element, link.ClrType, link.SqlType, sel);