4 references to Value_UI2
System.Data (4)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (2)
297
value = (int)
Value_UI2
(); // UInt16->Int32
1315
value = (Int32)
Value_UI2
();
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
2090
short wType = unchecked((short) dbtype.columnBinding.
Value_UI2
());
2101
info.precision = (byte)binding.
Value_UI2
();