IUpdateAdapterFactory.CreateStandalone(IModel) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立與它本身 Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager 搭配運作的獨立追蹤器,因此不會影響目前使用中狀態管理員的追蹤。
public Microsoft.EntityFrameworkCore.Update.IUpdateAdapter CreateStandalone (Microsoft.EntityFrameworkCore.Metadata.IModel model = default);
public Microsoft.EntityFrameworkCore.Update.IUpdateAdapter CreateStandalone (Microsoft.EntityFrameworkCore.Metadata.IModel? model = default);
abstract member CreateStandalone : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Update.IUpdateAdapter
Public Function CreateStandalone (Optional model As IModel = Nothing) As IUpdateAdapter
參數
- model
- IModel
需要追蹤器的模型,或使用 null 來使用目前的模型。
傳回
新的追蹤器。
備註
Entries更新配接器的 應該在設定之後明確使用。 堆疊的其他部分看不到它們,包括 SaveChanges() 。