5 references to Int16
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
42
case DbType.
Int16
:
87
return DbType.
Int16
;
System.Data.Odbc (3)
System\Data\Odbc\Odbc32.cs (3)
785
private static readonly TypeMap s_smallInt = new TypeMap(OdbcType.SmallInt, DbType.
Int16
, typeof(short), ODBC32.SQL_TYPE.SMALLINT, ODBC32.SQL_C.SSHORT, ODBC32.SQL_C.SSHORT, 2, 5, true);
870
case DbType.
Int16
: return s_smallInt;
988
DbType.
Int16
=> s_int, // upgrade to 32 bit