EntityContainerMapping Class
Represents the Mapping metadata for the EntityContainer map in CS space.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.GlobalItem
System.Data.Entity.Core.Mapping.MappingBase
System.Data.Entity.Core.Mapping.EntityContainerMapping
Name | Description | |
---|---|---|
![]() | EntityContainerMapping(EntityContainer, EntityContainer, StorageMappingItemCollection, Boolean) | Initializes a new instance Of the EntityContainerMapping class. |
Name | Description | |
---|---|---|
![]() | AssociationSetMappings | Gets the association set mappings. |
![]() | BuiltInTypeKind | Gets the type kind for this item.(Overrides MetadataItem.BuiltInTypeKind.) |
![]() | ConceptualEntityContainer | Gets the conceptual entity container. |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | EntitySetMappings | Gets the entity set mappings. |
![]() | FunctionImportMappings | Gets the function import mappings. |
![]() | GenerateUpdateViews | Gets a flag that indicates whether to generate the update views or not. |
![]() | MappingItemCollection | Gets the parent mapping item collection. |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | StoreEntityContainer | Gets the store entity container. |
Name | Description | |
---|---|---|
![]() | AddAnnotation(String, Object) | Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.) |
![]() | AddFunctionImportMapping(FunctionImportMapping) | Adds a function import mapping. |
![]() | AddSetMapping(AssociationSetMapping) | Adds an association set mapping. |
![]() | AddSetMapping(EntitySetMapping) | Adds an entity set mapping. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveAnnotation(String) | Removes an annotation with the specified name.(Inherited from MetadataItem.) |
![]() | RemoveFunctionImportMapping(FunctionImportMapping) | Removes a function import mapping. |
![]() | RemoveSetMapping(AssociationSetMapping) | Removes an association set mapping. |
![]() | RemoveSetMapping(EntitySetMapping) | Removes an association set mapping. |
![]() | ToString() | (Inherited from Object.) |
We currently assume that an Entity Container on the C side is mapped to a single Entity Container in the S - space.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.