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