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