pull/14764/head
Hamza Albreem 3 years ago committed by GitHub
parent 695de785c0
commit ccad5752ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`

Loading…
Cancel
Save