IReadOnlyStoreObjectDictionary<T>.Find(StoreObjectIdentifier) Yöntem

Tanım

Belirtilen anahtarla ilişkili değeri alır.

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

Parametreler

storeObject
StoreObjectIdentifier

Alınacak değerin anahtarı.

Döndürülenler

T

Belirtilen anahtarla ilişkili veya null bulunamazsa değer.

Şunlara uygulanır