5 references to UInt16
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
56case DbType.UInt16: 92return DbType.UInt16;
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
878case DbType.UInt16:
System.Data.OleDb (2)
OleDb_Enum.cs (2)
156private 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 336DbType.UInt16 => D_UnsignedSmallInt,