9 references to NewStoredProcCommand
System.Workflow.Runtime (9)
Hosting\SqlWorkflowPersistenceService.cs (9)
175DbCommand command = NewStoredProcCommand("InsertInstanceState"); 217DbCommand command = NewStoredProcCommand("InsertCompletedScope"); 233DbCommand command = NewStoredProcCommand("UnlockInstanceState"); 257DbCommand command = NewStoredProcCommand("RetrieveNonblockingInstanceStateIds"); 306DbCommand command = NewStoredProcCommand("RetrieveANonblockingInstanceStateId"); 371DbCommand command = NewStoredProcCommand("RetrieveExpiredTimerIds"); 421DbCommand command = NewStoredProcCommand("RetrieveInstanceState"); 491DbCommand command = NewStoredProcCommand("RetrieveCompletedScope"); 648DbCommand command = NewStoredProcCommand("RetrieveAllInstanceDescriptions");