6 Kasım 2017 Pazartesi

Entity Framework Configuration Sınıfı

Giriş
DbContext Sınıfının Configuration alanıdır.

LazyLoadingEnabled
Lazy Load için şu ayarlar yapılır.
context.Configuration.ProxyCreationEnabled = true;
context.Configuration.LazyLoadingEnabled = true;

Hiç yorum yok:

Yorum Gönder