EntityContainerMapping.RemoveSetMapping Method

 

Removes a set mapping.

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

NameDescription
System_CAPS_pubmethodRemoveSetMapping(AssociationSetMapping)

Removes an association set mapping.

System_CAPS_pubmethodRemoveSetMapping(EntitySetMapping)

Removes an association set mapping.


EntityContainerMapping.RemoveSetMapping Method (AssociationSetMapping)

Removes an association set mapping.

public void RemoveSetMapping(
	AssociationSetMapping setMapping
)

Parameters

setMapping
Type: System.Data.Entity.Core.Mapping.AssociationSetMapping

The association set mapping to remove.


EntityContainerMapping.RemoveSetMapping Method (EntitySetMapping)

Removes an association set mapping.

public void RemoveSetMapping(
	EntitySetMapping setMapping
)

Parameters

setMapping
Type: System.Data.Entity.Core.Mapping.EntitySetMapping

The association set mapping to remove.