共用方式為


ObjectContext.TryGetObjectByKey(EntityKey, Object) 方法

定義

傳回具有指定之實體索引鍵的物件。

[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。

適用於