ObjectContext.TryGetObjectByKey(EntityKey, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un oggetto contenente la chiave di entità specificata.
[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
Parametri
- key
- EntityKey
Chiave dell'oggetto da trovare.
- value
- Object
Quando termina, questo metodo contiene l'oggetto.
Restituisce
true se l'oggetto è stato recuperato correttamente. false se la chiave è temporanea, la connessione è Null o il valore è Null.
- Attributi
Eccezioni
Metadati incompatibili per la chiave .
key è null.