9 overrides of GenerateSqlCommand
System.Activities.DurableInstancing (9)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
44
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
44
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
43
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
78
protected override void
GenerateSqlCommand
(SqlCommand command)
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
43
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
65
protected override void
GenerateSqlCommand
(SqlCommand command)
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
56
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
32
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
System\Activities\DurableInstancing\WorkflowOwnerAsyncResult.cs (1)
33
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
1 reference to GenerateSqlCommand
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
280
this.
GenerateSqlCommand
(this.sqlCommand);