5 references to UInt32
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
58case DbType.UInt32: 102return DbType.UInt32;
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
879case DbType.UInt32:
System.Data.OleDb (2)
OleDb_Enum.cs (2)
157private static readonly NativeDBType D_UnsignedInt = new NativeDBType(10, 4, true, false, OleDbType.UnsignedInt, NativeDBType.UI4, S_UI4, typeof(long), NativeDBType.UI4, DbType.UInt32); // 27 - unsigned integer4 337DbType.UInt32 => D_UnsignedInt,