Change multiple queries to one Transaction

Hi @Barry ,

Unfortunatelly this is still not supported. Mark explained this with details in the refferenced topic:

At the time when the where clause is composed for the second query, the result from the first one is not available. The where clause cannot include a reference to a result, it should be a complete scalar value by the time the entire sequence of operations is sent to the server in the transaction.

Regards, Andriy