Share via


EntityContainerMapping.RemoveSetMapping Method

Definition

Overloads

RemoveSetMapping(AssociationSetMapping)

Removes an association set mapping.

RemoveSetMapping(EntitySetMapping)

Removes an association set mapping.

RemoveSetMapping(AssociationSetMapping)

Removes an association set mapping.

public void RemoveSetMapping (System.Data.Entity.Core.Mapping.AssociationSetMapping setMapping);
member this.RemoveSetMapping : System.Data.Entity.Core.Mapping.AssociationSetMapping -> unit
Public Sub RemoveSetMapping (setMapping As AssociationSetMapping)

Parameters

setMapping
AssociationSetMapping

The association set mapping to remove.

Applies to

RemoveSetMapping(EntitySetMapping)

Removes an association set mapping.

public void RemoveSetMapping (System.Data.Entity.Core.Mapping.EntitySetMapping setMapping);
member this.RemoveSetMapping : System.Data.Entity.Core.Mapping.EntitySetMapping -> unit
Public Sub RemoveSetMapping (setMapping As EntitySetMapping)

Parameters

setMapping
EntitySetMapping

The association set mapping to remove.

Applies to