Table of Contents

Class NullableKeyIdentityMap<TKey>

Namespace
Microsoft.EntityFrameworkCore.ChangeTracking.Internal
Assembly
Microsoft.EntityFrameworkCore.dll

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public class NullableKeyIdentityMap<TKey> : IdentityMap<TKey>, IIdentityMap<TKey>, IIdentityMap where TKey : notnull

Type Parameters

TKey
Inheritance
NullableKeyIdentityMap<TKey>
Implements
Inherited Members

Constructors

NullableKeyIdentityMap(IKey, IPrincipalKeyValueFactory<TKey>, bool)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public NullableKeyIdentityMap(IKey key, IPrincipalKeyValueFactory<TKey> principalKeyValueFactory, bool sensitiveLoggingEnabled)

Parameters

key IKey
principalKeyValueFactory IPrincipalKeyValueFactory<TKey>
sensitiveLoggingEnabled bool

Methods

Add(InternalEntityEntry)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public override void Add(InternalEntityEntry entry)

Parameters

entry InternalEntityEntry

RemoveUsingRelationshipSnapshot(InternalEntityEntry)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public override void RemoveUsingRelationshipSnapshot(InternalEntityEntry entry)

Parameters

entry InternalEntityEntry