Table of Contents

Class EntityContainer

Namespace
Z.EntityFramework.Extensions.Core.SchemaObjectModel
Assembly
Z.EntityFramework.Extensions.dll

Please visit the Microsoft documentation for more detail.

public class EntityContainer
Inheritance
EntityContainer
Inherited Members

Constructors

EntityContainer()

public EntityContainer()

Fields

Name

Please visit the Microsoft documentation for more detail.

public string Name

Field Value

string

The name.

Properties

AssociationSets

Please visit the Microsoft documentation for more detail.

public List<EntityContainerAssociationSet> AssociationSets { get; set; }

Property Value

List<EntityContainerAssociationSet>

The association sets.

EntitySets

Please visit the Microsoft documentation for more detail.

public List<EntityContainerEntitySet> EntitySets { get; set; }

Property Value

List<EntityContainerEntitySet>

The entity sets.

LazyLoadingEnabled

Please visit the Microsoft documentation for more detail.

public bool LazyLoadingEnabled { get; set; }

Property Value

bool

true if lazy loading enabled, false if not.