5 references to UInt32
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
58
case DbType.
UInt32
:
102
return DbType.
UInt32
;
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
879
case DbType.
UInt32
:
System.Data.OleDb (2)
OleDb_Enum.cs (2)
157
private 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
337
DbType.
UInt32
=> D_UnsignedInt,