ObjectContext.TryGetObjectByKey(EntityKey, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回具有指定之實體索引鍵的物件。
[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
參數
- key
- EntityKey
要尋找之物件的索引鍵。
- value
- Object
在這個方法傳回時,它會包含此物件。
傳回
如果成功擷取物件,則為 true。 如果索引鍵是暫時的,則為 false,則連接為 Null,或值為 null。
- 屬性
例外狀況
索引鍵 的中繼資料不相容。
key 是 null。