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