6 writes to PrecisionInternal
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
2880p.PrecisionInternal = (byte)((short)r[colNames[(int)ProcParamsColIndex.NumericPrecision]] & 0xff); 5252thisParam.PrecisionInternal = rec.precision;
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
176p.PrecisionInternal = ((0xff != bval) ? bval : (byte)0);
fx\src\data\System\Data\SqlClient\SqlParameter.cs (3)
141PrecisionInternal = precision; 160this.PrecisionInternal = precision; 564PrecisionInternal = value;
4 references to PrecisionInternal
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (4)
561return PrecisionInternal; 1070return ShouldSerializePrecision() ? PrecisionInternal: ValuePrecision(CoercedValue); 1841p.IsNullable, p.PrecisionInternal, p.ScaleInternal, 1855p.PrecisionInternal, p.ScaleInternal,