1 write to sql
System.Data.Linq (1)
SqlClient\Query\LongTypeConverter.cs (1)
34
this.
sql
= sql;
2 references to sql
System.Data.Linq (2)
SqlClient\Query\LongTypeConverter.cs (2)
38
return
sql
.UnaryConvert(expr.ClrType, newType, expr, expr.SourceExpression);
48
ProviderType newType =
sql
.TypeProvider.GetBestLargeType(expr.SqlType);