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