RelatedEnd.ValidateOwnerForAttach Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Garantit que l’objet auquel la terminaison connexe appartient prend en charge une opération d’attachement.
protected public:
void ValidateOwnerForAttach();
protected internal void ValidateOwnerForAttach ();
member this.ValidateOwnerForAttach : unit -> unit
Protected Friend Sub ValidateOwnerForAttach ()
Exceptions
Lorsque l’objet source n’est pas attaché à l’objet ObjectContext, a été retourné à partir d’une requête NoTracking ou n’est pas à l’état Modified ou Unchanged.
Remarques
Object Services appelle la méthode ValidateOwnerForAttach avant d’exécuter une opération d’attachement pour garantir la réussite de l’opération.