1 write to scale
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
228
this.
scale
= scale;
6 references to scale
System.Data.Linq (6)
SqlClient\SqlTypeSystemProvider.cs (6)
515
if (
scale
!= 0) {
517
sb.Append(
scale
);
543
get { return this.
scale
; }
683
this.
scale
== that.
scale
;
697
return hash ^ this.sqlDbType.GetHashCode() ^ (this.size ?? 0) ^ (this.precision) ^ (this.
scale
<< 8);