ITable<TEntity>.Attach(TEntity) 메서드

정의

재정의되면 낙관적 동시성 검사를 위해 원래 값이 필요한 경우 연결이 끊기거나 "분리된" 엔터티를 새 DataContext에 연결합니다.

public:
 void Attach(TEntity entity);
public void Attach (TEntity entity);
abstract member Attach : 'Entity -> unit
Public Sub Attach (entity As TEntity)

매개 변수

entity
TEntity

추가할 개체입니다.

설명

자세한 내용은 Attach를 참조하세요.

적용 대상