DbContextDoInExistingConnection Method |
Name | Description | |
---|---|---|
![]() ![]() | DoInExistingConnection(DbContextActionWithNoResult, SqlConnection) | |
![]() ![]() ![]() | DoInExistingConnectionT(DbContextActionWithResultT, SqlConnection) |
This will execute an action and return the result. While the action executes, Connection will be set to connectionToUse.
If a current connection exists, it will be temporarily replaced by connectionToUse.
|