Class NullableKeyIdentityMap<TKey>
- 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
-
IdentityMap<TKey>NullableKeyIdentityMap<TKey>
- Implements
-
IIdentityMap<TKey>
- 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
IKeyprincipalKeyValueFactory
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