Compartilhar via


IRelatedEnd.Attach Método

Definição

Sobrecargas

Attach(IEntityWithRelationships)

Define uma relação entre dois objetos anexados.

Attach(Object)

Define uma relação entre dois objetos anexados.

Attach(IEntityWithRelationships)

Define uma relação entre dois objetos anexados.

public void Attach (System.Data.Entity.Core.Objects.DataClasses.IEntityWithRelationships entity);
abstract member Attach : System.Data.Entity.Core.Objects.DataClasses.IEntityWithRelationships -> unit
Public Sub Attach (entity As IEntityWithRelationships)

Parâmetros

entity
IEntityWithRelationships

O objeto que está sendo anexado. a entidade deve implementar IEntityWithRelationships .

Aplica-se a

Attach(Object)

Define uma relação entre dois objetos anexados.

public void Attach (object entity);
abstract member Attach : obj -> unit
Public Sub Attach (entity As Object)

Parâmetros

entity
Object

O objeto que está sendo anexado.

Aplica-se a