IPrincipalKeyValueFactory<TKey>.CreateFromRelationshipSnapshot 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定專案中的關聯性快照集索引鍵值建立索引鍵物件。
public TKey CreateFromRelationshipSnapshot (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
abstract member CreateFromRelationshipSnapshot : Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> 'Key
Public Function CreateFromRelationshipSnapshot (entry As IUpdateEntry) As TKey
參數
- entry
- IUpdateEntry
追蹤實體實例的專案。
傳回
TKey
索引鍵值。