ObjectContext.TryGetObjectByKey(EntityKey, Object) 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.
Retourne un objet qui a la clé d'entité spécifiée.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1007:UseGenericsWhereAppropriate")]
public virtual bool TryGetObjectByKey (System.Data.Entity.Core.EntityKey key, out object value);
abstract member TryGetObjectByKey : System.Data.Entity.Core.EntityKey * -> bool
override this.TryGetObjectByKey : System.Data.Entity.Core.EntityKey * -> bool
Public Overridable Function TryGetObjectByKey (key As EntityKey, ByRef value As Object) As Boolean
Paramètres
- key
- EntityKey
Clé de l'objet à rechercher.
- value
- Object
Lorsque cette méthode retourne, contient l'objet.
Retours
true si l’objet a été récupéré avec succès. false si la clé est temporaire, si la connexion est null ou si la valeur est null.
- Attributs
Exceptions
Métadonnées incompatibles pour la clé .
key a la valeur null.