8 writes to ScaleInternal
System.Data (8)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
2879
p.
ScaleInternal
= (byte) ((short)r[colNames[(int)ProcParamsColIndex.NumericScale]] & 0xff);
2930
p.
ScaleInternal
= (byte)(((int)value) & 0xff);
5251
thisParam.
ScaleInternal
= rec.scale;
5255
thisParam.
ScaleInternal
= rec.scale;
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
182
p.
ScaleInternal
= ((0xff != bval) ? bval : (byte)0);
fx\src\data\System\Data\SqlClient\SqlParameter.cs (3)
142
ScaleInternal
= scale;
161
this.
ScaleInternal
= scale;
601
ScaleInternal
= value;
4 references to ScaleInternal
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (4)
598
return
ScaleInternal
;
1075
return
ScaleInternal
;
1841
p.IsNullable, p.PrecisionInternal, p.
ScaleInternal
,
1855
p.PrecisionInternal, p.
ScaleInternal
,