Class EntityContainerMapping
- Namespace
- Z.EntityFramework.Extensions.Core.Mapping
- Assembly
- Z.EntityFramework.Extensions.dll
An entity container mapping.
public class EntityContainerMapping
- Inheritance
-
EntityContainerMapping
- Inherited Members
Constructors
EntityContainerMapping()
public EntityContainerMapping()
Properties
AssociationSetMappings
Please visit the Microsoft documentation for more detail.
public List<AssociationSetMapping> AssociationSetMappings { get; set; }
Property Value
- List<AssociationSetMapping>
The association set mappings.
CdmEntityContainer
Please visit the Microsoft documentation for more detail.
public string CdmEntityContainer { get; set; }
Property Value
- string
The cdm entity container.
EntitySetMappings
Please visit the Microsoft documentation for more detail.
public List<EntitySetMapping> EntitySetMappings { get; set; }
Property Value
- List<EntitySetMapping>
The entity set mappings.
StorageEntityContainer
Please visit the Microsoft documentation for more detail.
public string StorageEntityContainer { get; set; }
Property Value
- string
The storage entity container.