언어

StoreObjectDictionary<T>.Find(StoreObjectIdentifier) 메서드

정의

지정된 키와 연결된 값을 가져옵니다.

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

매개 변수

storeObject
StoreObjectIdentifier

가져올 값의 키입니다.

반품

T

지정된 키와 연결된 값이거나 null 찾을 수 없는 경우

구현

적용 대상