ObjectContext.CreateEntityKey(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立特定物件的實體索引鍵,或傳回實體索引鍵 (如果已經存在的話)。
public virtual System.Data.Entity.Core.EntityKey CreateEntityKey (string entitySetName, object entity);
abstract member CreateEntityKey : string * obj -> System.Data.Entity.Core.EntityKey
override this.CreateEntityKey : string * obj -> System.Data.Entity.Core.EntityKey
Public Overridable Function CreateEntityKey (entitySetName As String, entity As Object) As EntityKey
參數
- entitySetName
- String
此實體物件所屬之實體集的完整限定名稱。
- entity
- Object
要擷取其實體索引鍵的物件。
傳回
物件的 EntityKey。
例外狀況
當其中一個參數是 null 時。
當 entitySetName 是空的,或是實體物件的類型不存在於實體集或 entitySetName 未完整時。
無法根據提供的參數成功建構實體索引鍵時。