3 references to UnsignedSmallInt
System.Data (3)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
185
static private readonly NativeDBType D_UnsignedSmallInt = new NativeDBType( 5, 2, true, false, OleDbType.
UnsignedSmallInt
, NativeDBType.UI2, S_UI2, typeof(System.Int32), NativeDBType.UI2, DbType.UInt16 ); // 26 - unsigned integer2
266
case OleDbType.
UnsignedSmallInt
: return D_UnsignedSmallInt; // 18
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
593
case OleDbType.
UnsignedSmallInt
: