1 write to precision
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataReader.cs (1)
2048metaInfos[i].precision = (byte)GetColAttribute(i, (ODBC32.SQL_DESC)ODBC32.SQL_COLUMN.PRECISION, ODBC32.SQL_COLUMN.PRECISION, ODBC32.HANDLER.IGNORE);
1 reference to precision
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataReader.cs (1)
2278row[numericPrecision] = (short)_metadata[i].precision;