共用方式為


IDependentKeyValueFactory<TKey>.TryCreateFromPreStoreGeneratedCurrentValues 方法

定義

嘗試使用在傳播任何預存產生的值之前設定的外鍵值,從指定的 IUpdateEntry 建立索引鍵實例。

public bool TryCreateFromPreStoreGeneratedCurrentValues (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry, out TKey key);
public bool TryCreateFromPreStoreGeneratedCurrentValues (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry, out TKey? key);
abstract member TryCreateFromPreStoreGeneratedCurrentValues : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * 'Key -> bool
Public Function TryCreateFromPreStoreGeneratedCurrentValues (entry As IUpdateEntry, ByRef key As TKey) As Boolean

參數

entry
IUpdateEntry

追蹤實體實例的專案。

key
TKey

索引鍵實例。

傳回

true 如果已建立金鑰實例,則為 ; false 否則。

適用於