Hamza Albreem
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Community-Articles/2022-11-22-The-new-EF-Core-interceptors/POST.md
|
|
|
@ -9,7 +9,7 @@ EF Core 7 has made a lot of enhancements to interceptors, You can see the list f |
|
|
|
* Interception for optimistic concurrency handling (DbUpdateConcurrencyException) |
|
|
|
* Interception for connections before checking if the connection string has been set |
|
|
|
* Interception for when EF Core has finished consuming a result set, but before that result set is closed |
|
|
|
* Interception for creation of a DbConnection by EF Core |
|
|
|
* Interception for the creation of a DbConnection by EF Core |
|
|
|
* Interception for DbCommand after it has been initialized |
|
|
|
|
|
|
|
## Lazy initialization of `connection string` |
|
|
|
|