다음을 통해 공유


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 , 찾을 수 없는 경우 입니다.

적용 대상