azure-functions-sql-extension
azure-functions-sql-extension copied to clipboard
feature request: receive SqlTransaction as paramater / allow devs to specify Isolation Level
It would be good if we somehow could receive a SqlTransaction as a parameter. The motivation is to allow developers to specify the Transaction Isolation Levels in order to avoid dirty reads.