2 writes to precision
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
504info.precision = dbColumnInfo.bPrecision; 2101info.precision = (byte)binding.Value_UI2();
2 references to precision
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
370newRow[precision] = info.precision; // MDAC 72800 1494bindings.Precision = (byte) info.precision;