Table of Contents

Class SharedTableEntryMap<TValue>

Namespace
Microsoft.EntityFrameworkCore.Update.Internal
Assembly
Microsoft.EntityFrameworkCore.Relational.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 SharedTableEntryMap<TValue>

Type Parameters

TValue
Inheritance
SharedTableEntryMap<TValue>
Inherited Members

Constructors

SharedTableEntryMap(ITable, IUpdateAdapter)

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 SharedTableEntryMap(ITable table, IUpdateAdapter updateAdapter)

Parameters

table ITable
updateAdapter IUpdateAdapter

Properties

Values

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 virtual IEnumerable<TValue> Values { get; }

Property Value

IEnumerable<TValue>

Methods

GetAllEntries(IUpdateEntry)

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 virtual IReadOnlyList<IUpdateEntry> GetAllEntries(IUpdateEntry entry)

Parameters

entry IUpdateEntry

Returns

IReadOnlyList<IUpdateEntry>

GetOrAddValue(IUpdateEntry, SharedTableEntryValueFactory<TValue>)

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 virtual TValue GetOrAddValue(IUpdateEntry entry, SharedTableEntryValueFactory<TValue> createElement)

Parameters

entry IUpdateEntry
createElement SharedTableEntryValueFactory<TValue>

Returns

TValue

IsMainEntry(IUpdateEntry)

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 virtual bool IsMainEntry(IUpdateEntry entry)

Parameters

entry IUpdateEntry

Returns

bool