10 overrides of GetSqlCommandText
System.Activities.DurableInstancing (10)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
109protected override string GetSqlCommandText()
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
40protected override string GetSqlCommandText()
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
49protected override string GetSqlCommandText()
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
53protected override string GetSqlCommandText()
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
52protected override string GetSqlCommandText()
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
87protected override string GetSqlCommandText()
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
48protected override string GetSqlCommandText()
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
124protected override string GetSqlCommandText()
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
61protected override string GetSqlCommandText()
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
41protected override string GetSqlCommandText()
1 reference to GetSqlCommandText
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
281this.sqlCommand.CommandText = this.GetSqlCommandText();