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 则为 。

适用于