Поделиться через


ObjectContext.Attach(IEntityWithKey) Метод

Определение

Присоединяет объект или граф объектов к контексту объекта, если объект имеет ключ сущности.

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)

Параметры

entity
IEntityWithKey

Присоединяемый объект.

Исключения

Параметр entity имеет значение NULL.

Недопустимый ключ сущности.

Применяется к