15 references to SetSqlType
System.Data.Linq (15)
SqlClient\Query\QueryConverter.cs (2)
1231
typeExpression.
SetSqlType
(providerType);
2674
v.
SetSqlType
(mc.Arguments[0].SqlType);
SqlClient\Query\SqlParameterizer.cs (1)
228
node.
SetSqlType
(newType);
SqlClient\Query\SqlRetyper.cs (10)
33
uo.
SetSqlType
(this.typeProvider.PredictTypeForUnary(uo.NodeType, uo.Operand.SqlType));
86
bo.
SetSqlType
(typeProvider.PredictTypeForBinary(bo.NodeType, left.SqlType, right.SqlType));
102
valueToRetype.
SetSqlType
(valueToRetype.SqlType.GetNonUnicodeEquivalent());
145
pattern.
SetSqlType
(pattern.SqlType.GetNonUnicodeEquivalent());
152
ss.
SetSqlType
(ss.Select.Selection.SqlType);
218
fc.
SetSqlType
(newType);
236
cp.
SetSqlType
(arg1.SqlType);
283
simpleExpression.
SetSqlType
(sqlType);
296
((SqlClientParameter)arg2).
SetSqlType
(arg1.SqlType);
299
((SqlClientParameter)arg1).
SetSqlType
(arg2.SqlType);
SqlClient\Query\SqlTypeConverter.cs (2)
94
uo.
SetSqlType
(sql.TypeProvider.From(uo.ClrType, oldSqlType.HasSizeOrIsLarge ? oldSqlType.Size : (int?)null));
112
uo.
SetSqlType
(sql.TypeProvider.From(uo.ClrType, oldSqlType.HasSizeOrIsLarge ? oldSqlType.Size : (int?)null));