2 references to UnsignedInt
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
243OleDbType.UnsignedInt => D_UnsignedInt, // 19