IReadOnlyStoreObjectDictionary<T>.Find(StoreObjectIdentifier) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定索引鍵關聯的值。
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
為 。