RelatedEnd.ValidateOwnerForAttach 方法

定义

确保相关端所属的对象支持附加操作。

protected public:
 void ValidateOwnerForAttach();
protected internal void ValidateOwnerForAttach ();
member this.ValidateOwnerForAttach : unit -> unit
Protected Friend Sub ValidateOwnerForAttach ()

例外

当源对象没有附加到 ObjectContext,从 NoTracking 查询返回,或者未处于 ModifiedUnchanged 状态时。

注解

对象服务在执行附加操作之前调用 ValidateOwnerForAttach 方法,以确保操作成功。

适用于