8 references to UInt16
System.Data (4)
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
885case DbType.UInt16:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
185static 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 354case DbType.UInt16: return D_UnsignedSmallInt;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
246case DbType.UInt16:
System.Data.Entity (1)
System\Data\Metadata\TypeHelpers.cs (1)
744return DbType.UInt16;
System.Web (2)
UI\WebControls\Parameter.cs (2)
471case DbType.UInt16: 515return DbType.UInt16;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
418case DbType.UInt16: