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

适用于