1 override of HasPrecisionAndScale
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
419
internal override bool
HasPrecisionAndScale
{
2 references to HasPrecisionAndScale
System.Data.Linq (2)
SqlClient\Query\SqlRetyper.cs (2)
261
if ((arg1.SqlType.
HasPrecisionAndScale
&& arg2.SqlType.
HasPrecisionAndScale
&& arg1.SqlType != arg2.SqlType) ||