共用方式為


StoreObjectDictionary<T> 類別

定義

表示以索引鍵為基礎的 StoreObjectIdentifier 查閱。

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)

類型參數

T

數值型別。

繼承
StoreObjectDictionary<T>
實作

建構函式

StoreObjectDictionary<T>()

表示以索引鍵為基礎的 StoreObjectIdentifier 查閱。

方法

Add(StoreObjectIdentifier, T)

將指定的索引鍵和值加入字典。

Find(StoreObjectIdentifier)

表示以索引鍵為基礎的 StoreObjectIdentifier 查閱。

GetValues()

取得集合,其中包含這個集合中的值。

Remove(StoreObjectIdentifier)

從集合中移除具有指定索引鍵的值,並在成功時傳回該值。

適用於