8 references to Int32
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
44
case DbType.
Int32
:
97
return DbType.
Int32
;
Microsoft.ML.Tests (1)
DatabaseLoaderTests.cs (1)
56
new DatabaseLoader.Column() { Name = "Label", Type = DbType.
Int32
},
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (1)
1153
p.DbType = DbType.
Int32
;
System\Data\Common\DbDataAdapter.cs (1)
775
Debug.Assert(DbType.
Int32
== parameter.DbType, "unexpected DbType");
System.Data.Odbc (3)
System\Data\Odbc\Odbc32.cs (3)
777
private static readonly TypeMap s_int = new TypeMap(OdbcType.Int, DbType.
Int32
, typeof(int), ODBC32.SQL_TYPE.INTEGER, ODBC32.SQL_C.SLONG, ODBC32.SQL_C.SLONG, 4, 10, true);
871
case DbType.
Int32
: return s_int;
987
DbType.
Int32
=> s_bigInt, // upgrade to 64 bit