다음을 통해 공유


IConventionModel.FindIgnoredConfigurationSource 메서드

정의

오버로드

FindIgnoredConfigurationSource(Type)

지정된 엔터티 형식이 무시되는지 여부를 나타냅니다.

FindIgnoredConfigurationSource(String)

지정된 엔터티 형식 이름이 무시되는지 여부를 나타냅니다.

FindIgnoredConfigurationSource(Type)

지정된 엔터티 형식이 무시되는지 여부를 나타냅니다.

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

매개 변수

type
Type

무시될 수 있는 엔터티 형식입니다.

반환

지정된 엔터티 형식이 무시되면 구성 원본이고, null 그렇지 않으면 입니다.

적용 대상

FindIgnoredConfigurationSource(String)

지정된 엔터티 형식 이름이 무시되는지 여부를 나타냅니다.

public Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? FindIgnoredConfigurationSource (string typeName);
abstract member FindIgnoredConfigurationSource : string -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
Public Function FindIgnoredConfigurationSource (typeName As String) As Nullable(Of ConfigurationSource)

매개 변수

typeName
String

무시할 수 있는 엔터티 형식의 이름입니다.

반환

지정된 엔터티 형식 이름이 무시되면 구성 원본이고, null 그렇지 않으면 입니다.

적용 대상