EntityContainerMapping Class

 

Represents the Mapping metadata for the EntityContainer map in CS space.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)


public class EntityContainerMapping : MappingBase

NameDescription
System_CAPS_pubmethodEntityContainerMapping(EntityContainer, EntityContainer, StorageMappingItemCollection, Boolean)

Initializes a new instance Of the EntityContainerMapping class.

NameDescription
System_CAPS_pubpropertyAssociationSetMappings

Gets the association set mappings.

System_CAPS_pubpropertyBuiltInTypeKind

Gets the type kind for this item.(Overrides MetadataItem.BuiltInTypeKind.)

System_CAPS_pubpropertyConceptualEntityContainer

Gets the conceptual entity container.

System_CAPS_pubpropertyDocumentation

Gets or sets the documentation associated with this type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyEntitySetMappings

Gets the entity set mappings.

System_CAPS_pubpropertyFunctionImportMappings

Gets the function import mappings.

System_CAPS_pubpropertyGenerateUpdateViews

Gets a flag that indicates whether to generate the update views or not.

System_CAPS_pubpropertyMappingItemCollection

Gets the parent mapping item collection.

System_CAPS_pubpropertyMetadataProperties

Gets the list of properties of the current type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyStoreEntityContainer

Gets the store entity container.

NameDescription
System_CAPS_pubmethodAddAnnotation(String, Object)

Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.)

System_CAPS_pubmethodAddFunctionImportMapping(FunctionImportMapping)

Adds a function import mapping.

System_CAPS_pubmethodAddSetMapping(AssociationSetMapping)

Adds an association set mapping.

System_CAPS_pubmethodAddSetMapping(EntitySetMapping)

Adds an entity set mapping.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveAnnotation(String)

Removes an annotation with the specified name.(Inherited from MetadataItem.)

System_CAPS_pubmethodRemoveFunctionImportMapping(FunctionImportMapping)

Removes a function import mapping.

System_CAPS_pubmethodRemoveSetMapping(AssociationSetMapping)

Removes an association set mapping.

System_CAPS_pubmethodRemoveSetMapping(EntitySetMapping)

Removes an association set mapping.

System_CAPS_pubmethodToString()

(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.