Alternative method to begin a distributed transaction
method
SQL.distributed
Referenced types
type SQLTransactionContextCallback = (sql: TransactionSQL) => Promise<any> | SQLQuery[]
Callback function type for transaction contexts
method
Alternative method to begin a distributed transaction
Callback function type for transaction contexts