10 overrides of GetSqlCommandType
System.Activities.DurableInstancing (10)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
114protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
45protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
54protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
58protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
57protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
92protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
53protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
129protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
66protected override CommandType GetSqlCommandType()
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
46protected override CommandType GetSqlCommandType()
1 reference to GetSqlCommandType
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
282this.sqlCommand.CommandType = this.GetSqlCommandType();