Share via


StoreObjectDictionary<T>.Add(StoreObjectIdentifier, T) Method

Definition

Adds the specified key and value to the dictionary.

public virtual void Add (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, T value);
abstract member Add : StoreObjectIdentifier * 'T -> unit
override this.Add : StoreObjectIdentifier * 'T -> unit
Public Overridable Sub Add (storeObject As StoreObjectIdentifier, value As T)

Parameters

storeObject
StoreObjectIdentifier

The store object.

value
T

The value to store.

Applies to