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