StoreObjectDictionary<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.