3 references to SqlIn
System.Data.Linq (3)
SqlClient\Common\SqlFactory.cs (1)
423
return new
SqlIn
(typeof(bool), typeProvider.From(typeof(bool)), expr, values, source);
SqlClient\Query\SqlDuplicator.cs (1)
371
SqlIn nin = new
SqlIn
(sin.ClrType, sin.SqlType, this.VisitExpression(sin.Expression), sin.Values, sin.SourceExpression);
SqlClient\Query\SqlRetyper.cs (1)
133
sin = new
SqlIn
(sin.ClrType, providerType, test, newValues, sin.SourceExpression);