Condividi tramite


IReadOnlyStoreObjectDictionary<T>.Find(StoreObjectIdentifier) Metodo

Definizione

Ottiene il valore associato alla chiave specificata.

public T? Find (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? storeObject);
abstract member Find : StoreObjectIdentifier -> 'T
Public Function Find (storeObject As StoreObjectIdentifier) As T

Parametri

storeObject
StoreObjectIdentifier

Chiave del valore da ottenere.

Restituisce

T

Valore associato alla chiave specificata o null se non trovato.

Si applica a