5 references to SqlNop
System.Data.Linq (5)
SqlClient\Query\SqlFlattener.cs (1)
69
select.Selection = new
SqlNop
(select.Selection.ClrType, select.Selection.SqlType, 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\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\Reader\ObjectReaderCompiler.cs (1)
250
SqlAlias newalias = new SqlAlias(new
SqlNop
(aref.ClrType, aref.SqlType, null));