Share via


IUpdateAdapterFactory.Create Method

Definition

Creates a tracker for the model currently in use.

public Microsoft.EntityFrameworkCore.Update.IUpdateAdapter Create ();
abstract member Create : unit -> Microsoft.EntityFrameworkCore.Update.IUpdateAdapter
Public Function Create () As IUpdateAdapter

Returns

The new tracker.

Applies to