DbConnectionInterceptor.ConnectionOpening(DbConnection, ConnectionEventData, InterceptionResult) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
EF çağrısı yapmak için hemen önce Open() çağrılır.
public virtual Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult ConnectionOpening (System.Data.Common.DbConnection connection, Microsoft.EntityFrameworkCore.Diagnostics.ConnectionEventData eventData, Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult result);
abstract member ConnectionOpening : System.Data.Common.DbConnection * Microsoft.EntityFrameworkCore.Diagnostics.ConnectionEventData * Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult -> Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult
override this.ConnectionOpening : System.Data.Common.DbConnection * Microsoft.EntityFrameworkCore.Diagnostics.ConnectionEventData * Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult -> Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult
Public Overridable Function ConnectionOpening (connection As DbConnection, eventData As ConnectionEventData, result As InterceptionResult) As InterceptionResult
Parametreler
- connection
- DbConnection
Bağlantı.
- eventData
- ConnectionEventData
Bağlantı hakkında bağlamsal bilgiler.
- result
- InterceptionResult
Varsa geçerli sonucu temsil eder.
Bu değer, önceki IsSuppressed bir kesme true noktası çağrılarak yürütmeyi bastırmışsa olarak Suppress() ayarlanmıştır.
Bu değer genellikle bu yöntemin uygulanması için dönüş değeri olarak kullanılır.
Döndürülenler
false ise EF normal IsSuppressed şekilde devam eder.
true IsSuppressed ise EF, gerçekleştirmek üzere olduğu işlemi bastıracak.
Bu yöntemin işlemi gizlemeye çalışan herhangi bir kesme noktası için normal bir uygulaması, geçirilen result değerin geri dönmesidir.