4 references to BigInt
System.Data (3)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
174
static private readonly NativeDBType D_BigInt = new NativeDBType( 19, 8, true, false, OleDbType.
BigInt
, NativeDBType.I8, S_I8, typeof(System.Int64), NativeDBType.I8, DbType.Int64 ); // 16 - integer8
268
case OleDbType.
BigInt
: return D_BigInt; // 20
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
538
case OleDbType.
BigInt
:
System.Workflow.Runtime (1)
Hosting\DbResourceAllocator.cs (1)
257
return new OleDbParameter(parameterName, OleDbType.
BigInt
);