65 references to UniqueIdentifier
System.Activities.DurableInstancing (14)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (2)
89
parameters.Add(new SqlParameter { ParameterName = "@lockOwnerId", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = this.lockOwnerId });
90
parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = (base.Store.WorkflowHostType != Guid.Empty) ? base.Store.WorkflowHostType : (object) DBNull.Value });
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
46
sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = base.Store.WorkflowHostType });
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (3)
67
parameters.Add(new SqlParameter { ParameterName = "@keyToLoadBy", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = keyToLoadBy });
68
parameters.Add(new SqlParameter { ParameterName = "@instanceId", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = instanceId });
75
parameters.Add(new SqlParameter { ParameterName = "@singleKeyId", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = singleKeyToAssociate ? keysToAssociate[0].KeyId : (object) DBNull.Value });
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (6)
74
parameters.Add(new SqlParameter { ParameterName = "@instanceId", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = base.InstancePersistenceContext.InstanceView.InstanceId });
85
parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = (object)GetWorkflowHostType(saveWorkflowCommand) ?? DBNull.Value });
436
parameters.Add(new SqlParameter { ParameterName = "@serviceDeploymentHash", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = this.serviceDeploymentHash });
480
parameters.Add(new SqlParameter { ParameterName = "@singleKeyId", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = DBNull.Value });
508
parameters.Add(new SqlParameter { ParameterName = "@singleKeyId", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = singleKeyToAssociate ? keysToAssociate[0].KeyId : (object)DBNull.Value });
598
parameters.Add(new SqlParameter() { SqlDbType = SqlDbType.
UniqueIdentifier
, ParameterName = instanceIdArgument, Value = base.InstancePersistenceContext.InstanceView.InstanceId });
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
42
command.Parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = base.Store.WorkflowHostType });
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
36
sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@instanceId", SqlDbType = SqlDbType.
UniqueIdentifier
, Value = unlockCommand.InstanceId });
System.Data (28)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (4)
59
SqlDbType.
UniqueIdentifier
, // System.Guid
65
SqlDbType.
UniqueIdentifier
, // System.Data.SqlTypes.SqlGuid
311
case SqlDbType.
UniqueIdentifier
:
776
case SqlDbType.
UniqueIdentifier
:
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (3)
112
internal static readonly SmiMetaData DefaultUniqueIdentifier = new SmiMetaData(SqlDbType.
UniqueIdentifier
, 16, 0, 0, SqlCompareOptions.None); // SqlDbType.UniqueIdentifier
358
case SqlDbType.
UniqueIdentifier
:
466
case SqlDbType.
UniqueIdentifier
:
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (7)
889
case SqlDbType.
UniqueIdentifier
:
1037
case SqlDbType.
UniqueIdentifier
:
1216
case SqlDbType.
UniqueIdentifier
:
1778
case SqlDbType.
UniqueIdentifier
:
1912
case SqlDbType.
UniqueIdentifier
:
2098
case SqlDbType.
UniqueIdentifier
:
2221
case SqlDbType.
UniqueIdentifier
:
fx\src\data\System\Data\Sql\SqlMetaData.cs (7)
169
case SqlDbType.
UniqueIdentifier
:
438
SqlDbType.
UniqueIdentifier
== dbType ||
795
if (SqlDbType.
UniqueIdentifier
!= SqlDbType)
934
if (SqlDbType.
UniqueIdentifier
!= SqlDbType)
1187
smd = new SqlMetaData(name, SqlDbType.
UniqueIdentifier
);
1216
smd = new SqlMetaData(name, SqlDbType.
UniqueIdentifier
);
1593
new SqlMetaData("uniqueidentifier", SqlDbType.
UniqueIdentifier
,
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
152
_conversationGuidParam = new SqlParameter("@p1", SqlDbType.
UniqueIdentifier
);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (3)
189
case SqlDbType.
UniqueIdentifier
: return MetaUniqueId;
575
sqlType = SqlDbType.
UniqueIdentifier
;
803
(255, 255, 16, true, false, false, TdsEnums.SQLUNIQUEID, TdsEnums.SQLUNIQUEID, MetaTypeName.ROWGUID, typeof(System.Guid), typeof(SqlGuid), SqlDbType.
UniqueIdentifier
, DbType.Guid, 0);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
4807
case SqlDbType.
UniqueIdentifier
:
8923
case SqlDbType.
UniqueIdentifier
:
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (1)
75
case SqlDbType.
UniqueIdentifier
:
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
507
return SqlDbType.
UniqueIdentifier
;
System.Data.Linq (8)
SqlClient\SqlTypeSystemProvider.cs (8)
68
case SqlDbType.
UniqueIdentifier
: return theUniqueIdentifier;
122
case SqlDbType.
UniqueIdentifier
:
159
static private readonly SqlType theUniqueIdentifier = new SqlType(SqlDbType.
UniqueIdentifier
);
472
case SqlDbType.
UniqueIdentifier
:
711
case SqlDbType.
UniqueIdentifier
: return 6;
791
case SqlDbType.
UniqueIdentifier
:
1447
return Create(SqlDbType.
UniqueIdentifier
);
1567
return Create(SqlDbType.
UniqueIdentifier
);
System.Web (2)
Security\SQLMembershipProvider.cs (2)
376
SqlParameter p = CreateInputParam("@UserId", SqlDbType.
UniqueIdentifier
, providerUserKey);
942
cmd.Parameters.Add(CreateInputParam("@UserId", SqlDbType.
UniqueIdentifier
, providerUserKey ) );
System.Workflow.Runtime (2)
Tracking\SqlTrackingQuery.cs (1)
174
param.SqlDbType = SqlDbType.
UniqueIdentifier
;
Tracking\SqlTrackingWorkflowInstance.cs (1)
765
SqlParameter param = new SqlParameter("@WorkflowInstanceId", SqlDbType.
UniqueIdentifier
);
System.WorkflowServices (10)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (10)
769
SqlParameter idParameter = new SqlParameter("@id", SqlDbType.
UniqueIdentifier
);
794
SqlParameter lockOwnerParameter = new SqlParameter("@hostId", SqlDbType.
UniqueIdentifier
);
846
SqlParameter idParameter = new SqlParameter("@id", SqlDbType.
UniqueIdentifier
);
850
SqlParameter hostIdParameter = new SqlParameter("@hostId", SqlDbType.
UniqueIdentifier
);
948
SqlParameter idParameter = new SqlParameter("@id", SqlDbType.
UniqueIdentifier
);
956
SqlParameter hostIdParameter = new SqlParameter("@hostId", SqlDbType.
UniqueIdentifier
);
1411
SqlParameter idParameter = new SqlParameter("@id", SqlDbType.
UniqueIdentifier
);
1415
SqlParameter hostIdParameter = new SqlParameter("@hostId", SqlDbType.
UniqueIdentifier
);
1470
SqlParameter idParameter = new SqlParameter("@id", SqlDbType.
UniqueIdentifier
);
1495
SqlParameter lockOwnerParameter = new SqlParameter("@hostId", SqlDbType.
UniqueIdentifier
);