You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there's no way to configure state within transactions. The API for state on the client should be accessible on the tx object like so:
varresult=awaitclient.TransactionAsync(async(tx)=>tx.WithGlobals(newDictionary<string,object>{{"abc":123L}}).QuerySingleAsync<long>("select global abc"));
The text was updated successfully, but these errors were encountered:
Currently, there's no way to configure state within transactions. The API for state on the client should be accessible on the
tx
object like so:The text was updated successfully, but these errors were encountered: