5 overrides of SetupCommand
System.WorkflowServices (5)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (5)
756public override void SetupCommand(SqlCommand command, Guid id, params object[] additionalParameters) 838public override void SetupCommand(SqlCommand command, Guid id, params object[] additionalParameters) 937public override void SetupCommand(SqlCommand command, Guid id, params object[] additionalParameters) 1403public override void SetupCommand(SqlCommand command, Guid id, params object[] additionalParameters) 1457public override void SetupCommand(SqlCommand command, Guid id, params object[] additionalParameters)
2 references to SetupCommand
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
616handler.SetupCommand(command, id, additionalParameters); 1055this.handler.SetupCommand(this.command, this.id, additionalParameters);