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