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