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)
56protected override void GenerateSqlCommand(SqlCommand sqlCommand)
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
33protected override void GenerateSqlCommand(SqlCommand sqlCommand)
2 references to GenerateSqlCommand
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
58base.GenerateSqlCommand(sqlCommand);
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
35base.GenerateSqlCommand(sqlCommand);