StoreObjectDictionary<T> Class

Definition

Represents a lookup based on StoreObjectIdentifier keys.

public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
type StoreObjectDictionary<'T (requires 'T : null)> = class
    interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
Public Class StoreObjectDictionary(Of T)
Implements IReadOnlyStoreObjectDictionary(Of T)

Type Parameters

T

The values type.

Inheritance
StoreObjectDictionary<T>
Implements

Constructors

StoreObjectDictionary<T>()

Methods

Add(StoreObjectIdentifier, T)

Adds the specified key and value to the dictionary.

Find(StoreObjectIdentifier) Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary`1.Find(Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier@)
GetValues()

Gets a collection containing the values from this collection.

Remove(StoreObjectIdentifier)

Removes the value with the specified key from the collection and returns it if successful.

Applies to