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