다음을 통해 공유


IConventionModel.FindIsOwnedConfigurationSource(Type) 메서드

정의

지정된 형식이 소유된 것으로 표시된 경우 구성 원본을 반환합니다.

public Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? FindIsOwnedConfigurationSource (Type type);
abstract member FindIsOwnedConfigurationSource : Type -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
Public Function FindIsOwnedConfigurationSource (type As Type) As Nullable(Of ConfigurationSource)

매개 변수

type
Type

소유할 수 있는 엔터티 형식의 형식입니다.

반환

지정된 형식이 소유된 것으로 표시되면 구성 원본이고, null 그렇지 않으면 입니다.

적용 대상