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