Table of Contents

Namespace Microsoft.EntityFrameworkCore.Update

Classes

EquatableKeyValue<TKey>

Objects of this type contain a key value corresponding to a Metadata item and implement Equals(object?) that return true only for other objects corresponding to the same Metadata item.

UpdateEntryExtensions

Extension methods for IUpdateEntry.

Interfaces

IUpdateAdapter

Providers tracking capabilities for seed data stored in the model using HasData(params object[]).

This interface is typically used by database providers (and other extensions). It is generally not used in application code.

IUpdateAdapterFactory

Factory for creating IUpdateAdapter instances.

This interface is typically used by database providers (and other extensions). It is generally not used in application code.

IUpdateEntry

The information passed to a database provider to save changes to an entity to the database.

This interface is typically used by database providers (and other extensions). It is generally not used in application code.