2 writes to scale
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
505
info.
scale
= dbColumnInfo.bScale;
2106
info.
scale
= (byte)binding.Value_I2();
2 references to scale
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
371
newRow[scale] = info.
scale
;
1495
bindings.Scale = (byte) info.
scale
;