Compartilhar via


ObjectContext.Attach(IEntityWithKey) Método

Definição

Anexa um objeto ou um grafo de objeto ao contexto de objeto quando o objeto tem uma chave de entidade.

public virtual void Attach (System.Data.Entity.Core.Objects.DataClasses.IEntityWithKey entity);
abstract member Attach : System.Data.Entity.Core.Objects.DataClasses.IEntityWithKey -> unit
override this.Attach : System.Data.Entity.Core.Objects.DataClasses.IEntityWithKey -> unit
Public Overridable Sub Attach (entity As IEntityWithKey)

Parâmetros

entity
IEntityWithKey

O objeto a ser anexado.

Exceções

A entidade é nula.

Chave de entidade inválida.

Aplica-se a