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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework