C# (CSharp) System.Data.Entity.Internal LazyInternalContext - 16 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de System.Data.Entity.Internal.LazyInternalContext extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
A LazyInternalContext is a concrete InternalContext type that will lazily create the underlying ObjectContext when needed. The ObjectContext created is owned by the internal context and will be disposed when the internal context is disposed.