IUpdateEntry.ToEntityEntry 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
EntityEntry取得要儲存之實體的 。 EntityEntry 是針對應用程式開發人員優化的 API,且 IUpdateEntry 已針對資料庫提供者進行優化,但資料庫提供者可能想要從 EntityEntry 存取訊號。
public Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry ToEntityEntry ();
abstract member ToEntityEntry : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry
Public Function ToEntityEntry () As EntityEntry
傳回
EntityEntry這個實體的 。