14 references to Int16
System.Data (8)
fx\src\data\System\Data\Odbc\Odbc32.cs (3)
795
static private readonly TypeMap _SmallInt = new TypeMap(OdbcType.SmallInt, DbType.
Int16
, typeof(Int16), ODBC32.SQL_TYPE.SMALLINT, ODBC32.SQL_C.SSHORT, ODBC32.SQL_C.SSHORT, 2, 5, true);
877
case DbType.
Int16
: return _SmallInt;
986
case DbType.
Int16
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
172
static private readonly NativeDBType D_SmallInt = new NativeDBType( 5, 2, true, false, OleDbType.SmallInt, NativeDBType.I2, S_I2, typeof(System.Int16), NativeDBType.I2, DbType.
Int16
); // 14 - integer2
345
case DbType.
Int16
: return D_SmallInt;
fx\src\data\System\Data\Sql\SqlMetaData.cs (1)
1526
DbType.
Int16
, // SqlDbType.SmallInt
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
234
case DbType.
Int16
: return MetaSmallInt;
746
(5, 255, 2, true, false, false, TdsEnums.SQLINT2, TdsEnums.SQLINTN, MetaTypeName.SMALLINT, typeof(System.Int16), typeof(SqlInt16), SqlDbType.SmallInt, DbType.
Int16
, 0);
System.Data.Entity (3)
System\Data\Common\DbCommandDefinition.cs (1)
158
dbType = DbType.
Int16
;
System\Data\Common\Internal\DbTypeMap.cs (1)
125
case DbType.
Int16
:
System\Data\Metadata\TypeHelpers.cs (1)
742
return DbType.
Int16
;
System.Web (2)
UI\WebControls\Parameter.cs (2)
461
case DbType.
Int16
:
503
return DbType.
Int16
;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
408
case DbType.
Int16
: