共用方式為


IReadOnlyStoreObjectDictionary<T>.Find(StoreObjectIdentifier) 方法

定義

取得與指定索引鍵關聯的值。

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

參數

storeObject
StoreObjectIdentifier

要取得之值的索引鍵。

傳回

T

與指定索引鍵相關聯的值,如果找不到,則 null 為 。

適用於