RelationalExecutionStrategyExtensions Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for IExecutionStrategy that can only be used with a relational database provider.
public static class RelationalExecutionStrategyExtensions
type RelationalExecutionStrategyExtensions = class
Public Module RelationalExecutionStrategyExtensions
- Inheritance
-
RelationalExecutionStrategyExtensions
See Connection resiliency and database retries for more information and examples.
Execute |
Executes the specified operation in a transaction. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Execute |
Executes the specified operation in a transaction and returns the result. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Execute |
Executes the specified operation in a transaction and returns the result. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Execute |
Executes the specified operation in a transaction. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Execute |
Executes the specified asynchronous operation in a transaction. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Execute |
Executes the specified asynchronous operation in a transaction. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Execute |
Executes the specified asynchronous operation in a transaction and returns the result. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Execute |
Executes the specified asynchronous operation and returns the result. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Execute |
Executes the specified asynchronous operation in a transaction. Allows to check whether the transaction has been rolled back if an error occurs during commit. |
Product | Versions |
---|---|
Entity Framework Core | 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: