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