Share via


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 つからない場合は 。

適用対象