Base:
method
GenerateSqlCommand
System.Activities.DurableInstancing.SqlWorkflowInstanceStoreAsyncResult.GenerateSqlCommand(System.Data.SqlClient.SqlCommand)
2 overrides of GenerateSqlCommand
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
56
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
33
protected override void
GenerateSqlCommand
(SqlCommand sqlCommand)
2 references to GenerateSqlCommand
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
58
base.
GenerateSqlCommand
(sqlCommand);
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
35
base.
GenerateSqlCommand
(sqlCommand);