4 references to D_UnsignedSmallInt
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (4)
266case OleDbType.UnsignedSmallInt: return D_UnsignedSmallInt; // 18 304case TypeCode.UInt16: return NativeDBType.D_UnsignedSmallInt; 354case DbType.UInt16: return D_UnsignedSmallInt; 383case UI2: return D_UnsignedSmallInt;