66 references to BigInt
System.Activities.DurableInstancing (13)
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
37sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = this.surrogateLockOwnerId });
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
49sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = base.StoreLock.SurrogateLockOwnerId });
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
48sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = surrogateOwnerId });
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (2)
65parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = surrogateLockOwnerId }); 69parameters.Add(new SqlParameter { ParameterName = "@handleInstanceVersion", SqlDbType = SqlDbType.BigInt, Value = base.InstancePersistenceContext.InstanceVersion });
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (4)
75parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = base.StoreLock.SurrogateLockOwnerId }); 76parameters.Add(new SqlParameter { ParameterName = "@handleInstanceVersion", SqlDbType = SqlDbType.BigInt, Value = base.InstancePersistenceContext.InstanceVersion }); 78parameters.Add(new SqlParameter { ParameterName = "@timerDurationMilliseconds", SqlDbType = SqlDbType.BigInt, Value = (object)GetPendingTimerExpiration(saveWorkflowCommand) ?? DBNull.Value }); 445parameters.Add(new SqlParameter { ParameterName = "@serviceDeploymentId", SqlDbType = SqlDbType.BigInt, Value = (this.serviceDeploymentId != 0) ? (object)this.serviceDeploymentId : (object)DBNull.Value });
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (2)
41command.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = base.StoreLock.SurrogateLockOwnerId }); 44command.Parameters.Add(new SqlParameter { ParameterName = "@handleInstanceVersion", SqlDbType = SqlDbType.BigInt, Value = base.InstancePersistenceContext.InstanceVersion });
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (2)
37sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = unlockCommand.SurrogateOwnerId }); 38sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@handleInstanceVersion", SqlDbType = SqlDbType.BigInt, Value = unlockCommand.InstanceVersion });
System.Data (35)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (4)
49SqlDbType.BigInt, // System.Int64 68SqlDbType.BigInt, // System.Data.SqlTypes.SqlInt64 203case SqlDbType.BigInt: 767case SqlDbType.BigInt:
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (4)
98internal static readonly SmiMetaData DefaultBigInt = new SmiMetaData(SqlDbType.BigInt, 8, 19, 0, SqlCompareOptions.None); // SqlDbType.BigInt 345case SqlDbType.BigInt: 453case SqlDbType.BigInt: 619return (SqlDbType.BigInt <= dbType && SqlDbType.Xml >= dbType) ||
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (11)
847case SqlDbType.BigInt: 995case SqlDbType.BigInt: 1172case SqlDbType.BigInt: 1728case SqlDbType.BigInt: 1854case SqlDbType.BigInt: 2048case SqlDbType.BigInt: 2171case SqlDbType.BigInt: 2746Debug.Assert( SqlDbType.BigInt == 0 && (int)SqlDbType.DateTimeOffset == __canAccessGetterDirectly.GetLength(1) - 1, "SqlDbType does not match with __canAccessGetterDirectly" ); 2748Debug.Assert( SqlDbType.BigInt <= metaData.SqlDbType && SqlDbType.DateTimeOffset >= metaData.SqlDbType ); 2766Debug.Assert( SqlDbType.BigInt == 0 && (int)SqlDbType.DateTimeOffset == __canAccessSetterDirectly.GetLength(1) - 1, "SqlDbType does not match with __canAccessSetterDirectly" ); 2768Debug.Assert( SqlDbType.BigInt <= metaData.SqlDbType && SqlDbType.DateTimeOffset >= metaData.SqlDbType );
fx\src\data\System\Data\Sql\SqlMetaData.cs (8)
158case SqlDbType.BigInt: 418if (!( SqlDbType.BigInt == dbType || 719if (SqlDbType.BigInt != SqlDbType) 825if (SqlDbType.BigInt != SqlDbType) 1148case TypeCode.Int64: smd = new SqlMetaData(name, SqlDbType.BigInt); break; 1222smd = new SqlMetaData(name, SqlDbType.BigInt); 1549if ( SqlDbType.BigInt <= dbType && SqlDbType.DateTimeOffset >= dbType ) 1565new SqlMetaData("bigint", SqlDbType.BigInt,
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
603case SqlDbType.BigInt:
fx\src\data\System\Data\SqlClient\SqlEnums.cs (4)
139return((type != SqlDbType.BigInt) && ((int)type > 0) && 175case SqlDbType.BigInt: return MetaBigInt; 539sqlType = SqlDbType.BigInt; 707(19, 255, 8, true, false, false, TdsEnums.SQLINT8, TdsEnums.SQLINTN, MetaTypeName.BIGINT, typeof(System.Int64), typeof(SqlInt64), SqlDbType.BigInt, DbType.Int64, 0);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
4827case SqlDbType.BigInt: 8852case SqlDbType.BigInt:
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (1)
67case SqlDbType.BigInt:
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
516return SqlDbType.BigInt;
System.Data.Linq (15)
parent\DbmlShared\Mapping.cs (1)
509case SqlDbType.BigInt:
SqlClient\SqlTypeSystemProvider.cs (14)
55case SqlDbType.BigInt: return theBigInt; 88case SqlDbType.BigInt: 144static private readonly SqlType theBigInt = new SqlType(SqlDbType.BigInt); 303case SqlDbType.BigInt: // -2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807) 458case SqlDbType.BigInt: 617case SqlDbType.BigInt: 720case SqlDbType.BigInt: return 15; 761case SqlDbType.BigInt: 1207return Create(SqlDbType.BigInt); 1235return Create(SqlDbType.BigInt); 1430return Create(SqlDbType.BigInt); 1453return Create(SqlDbType.BigInt); 1550return Create(SqlDbType.BigInt); 1573return Create(SqlDbType.BigInt);
System.Workflow.Runtime (2)
Hosting\DbResourceAllocator.cs (1)
249return new SqlParameter(parameterName, SqlDbType.BigInt);
Tracking\SqlTrackingWorkflowInstance.cs (1)
857SqlParameter param = new SqlParameter("@WorkflowInstanceInternalId", SqlDbType.BigInt);