4 references to Value_UI2
System.Data.OleDb (4)
ColumnBinding.cs (2)
332value = (int)Value_UI2(); // UInt16->Int32 1497value = (int)Value_UI2();
OleDbDataReader.cs (2)
2326short wType = unchecked((short)dbtype.columnBinding.Value_UI2()); 2331info.precision = (byte)binding.Value_UI2();