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