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