1 write to sql
System.Data.Linq (1)
SqlClient\Query\SqlRetyper.cs (1)
22this.sql = new SqlFactory(typeProvider, model);
9 references to sql
System.Data.Linq (9)
SqlClient\Query\SqlRetyper.cs (9)
84bo = sql.Binary(bo.NodeType, left, right); 172when.Value = sql.UnaryConvert(when.Value.ClrType, type, when.Value, when.Value.SourceExpression); 176c.Else = sql.UnaryConvert(c.Else.ClrType, type, c.Else, c.Else.SourceExpression); 194when.Value = sql.UnaryConvert(when.Value.ClrType, type, when.Value, when.Value.SourceExpression); 229arg2 = sql.Value( 238arg2 = sql.UnaryConvert(arg1.ClrType, arg1.SqlType, arg2, arg2.SourceExpression); 304arg2 = sql.UnaryConvert(arg1.ClrType, arg1.SqlType, arg2, arg2.SourceExpression); 307arg1 = sql.UnaryConvert(arg2.ClrType, arg2.SqlType, arg1, arg1.SourceExpression); 319return sql.Value(expression.ClrType, newSqlType, clrValue, value.IsClientSpecified, value.SourceExpression);