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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework