StoreObjectDictionary<T> Kelas

Definisi

Mewakili pencarian berdasarkan StoreObjectIdentifier kunci.

[System.Runtime.CompilerServices.Nullable(0)]
public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
[<System.Runtime.CompilerServices.Nullable(0)>]
type StoreObjectDictionary<'T (requires 'T : null)> = class
    interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
type StoreObjectDictionary<'T (requires 'T : null)> = class
    interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
Public Class StoreObjectDictionary(Of T)
Implements IReadOnlyStoreObjectDictionary(Of T)

Jenis parameter

T

Jenis nilai.

Warisan
StoreObjectDictionary<T>
Atribut
Penerapan

Konstruktor

Nama Deskripsi
StoreObjectDictionary<T>()

Mewakili pencarian berdasarkan StoreObjectIdentifier kunci.

Metode

Nama Deskripsi
Add(StoreObjectIdentifier, T)

Menambahkan kunci dan nilai yang ditentukan ke kamus.

Find(StoreObjectIdentifier)

Mendapatkan nilai yang terkait dengan kunci yang ditentukan.

GetValues()

Mendapatkan koleksi yang berisi nilai dari koleksi ini.

Remove(StoreObjectIdentifier)

Menghapus nilai dengan kunci yang ditentukan dari koleksi dan mengembalikannya jika berhasil.

Berlaku untuk