singleUse property
Execute the read or SQL query in a temporary transaction.
This is the most efficient way to execute a transaction that consists of a single SQL query.
Implementation
TransactionOptions? singleUse;
Execute the read or SQL query in a temporary transaction.
This is the most efficient way to execute a transaction that consists of a single SQL query.
TransactionOptions? singleUse;