Sdílet prostřednictvím


EntityContainerMapping.RemoveSetMapping Metoda

Definice

Přetížení

RemoveSetMapping(AssociationSetMapping)

Odebere mapování sady přidružení.

RemoveSetMapping(EntitySetMapping)

Odebere mapování sady přidružení.

RemoveSetMapping(AssociationSetMapping)

Odebere mapování sady přidružení.

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)

Parametry

setMapping
AssociationSetMapping

Přidružení nastaví mapování, které se má odebrat.

Platí pro

RemoveSetMapping(EntitySetMapping)

Odebere mapování sady přidružení.

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)

Parametry

setMapping
EntitySetMapping

Přidružení nastaví mapování, které se má odebrat.

Platí pro