5 writes to PrecisionInternal
System.Data (5)
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (2)
93p.PrecisionInternal = ((0xff != bval) ? bval : (byte)0); 227parameter.PrecisionInternal = (Byte)reader.GetInt16(ODBC32.NUM_PREC_RADIX-1);
fx\src\data\System\Data\Odbc\OdbcParameter.cs (3)
128PrecisionInternal = precision; 146this.PrecisionInternal = precision; 240PrecisionInternal = value;
4 references to PrecisionInternal
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcParameter.cs (4)
237return PrecisionInternal; 521_internalPrecision = ShouldSerializePrecision() ? PrecisionInternal : ValuePrecision(_internalValue); 1076p.IsNullable, p.PrecisionInternal, p.ScaleInternal, p.SourceColumn, 1087p.PrecisionInternal, p.ScaleInternal,