Compartilhar via


EntityContainerMapping.RemoveSetMapping Método

Definição

Sobrecargas

RemoveSetMapping(AssociationSetMapping)

Remove um mapeamento de conjunto de associações.

RemoveSetMapping(EntitySetMapping)

Remove um mapeamento de conjunto de associações.

RemoveSetMapping(AssociationSetMapping)

Remove um mapeamento de conjunto de associações.

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)

Parâmetros

setMapping
AssociationSetMapping

O mapeamento do conjunto de associações a ser removido.

Aplica-se a

RemoveSetMapping(EntitySetMapping)

Remove um mapeamento de conjunto de associações.

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)

Parâmetros

setMapping
EntitySetMapping

O mapeamento do conjunto de associações a ser removido.

Aplica-se a