1 write to precision
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
227
this.
precision
= precision;
6 references to precision
System.Data.Linq (6)
SqlClient\SqlTypeSystemProvider.cs (6)
512
if (
precision
!= 0) {
514
sb.Append(
precision
);
539
get { return this.
precision
; }
682
this.
precision
== that.
precision
&&
697
return hash ^ this.sqlDbType.GetHashCode() ^ (this.size ?? 0) ^ (this.
precision
) ^ (this.scale << 8);