C# (CSharp) System.Data.Entity.Internal Namespace

Nested Namespaces

System.Data.Entity.Internal.Linq
System.Data.Entity.Internal.Validation

Classes

Name Description
CodeFirstCachedMetadataWorkspace Implements ICachedMetadataWorkspace for a Code First model.
LazyInternalContext 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.
LazyInternalContextTests
LazyInternalContextTests.TestDbContext