5 references to UInt16
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
56
case DbType.
UInt16
:
92
return DbType.
UInt16
;
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
878
case DbType.
UInt16
:
System.Data.OleDb (2)
OleDb_Enum.cs (2)
156
private static readonly NativeDBType D_UnsignedSmallInt = new NativeDBType(5, 2, true, false, OleDbType.UnsignedSmallInt, NativeDBType.UI2, S_UI2, typeof(int), NativeDBType.UI2, DbType.
UInt16
); // 26 - unsigned integer2
336
DbType.
UInt16
=> D_UnsignedSmallInt,