Udostępnij za pośrednictwem


IConventionModel.FindIgnoredConfigurationSource Metoda

Definicja

Przeciążenia

FindIgnoredConfigurationSource(Type)

Wskazuje, czy dany typ jednostki jest ignorowany.

FindIgnoredConfigurationSource(String)

Wskazuje, czy dana nazwa typu jednostki jest ignorowana.

FindIgnoredConfigurationSource(Type)

Wskazuje, czy dany typ jednostki jest ignorowany.

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)

Parametry

type
Type

Typ jednostki, który może być ignorowany.

Zwraca

Źródło konfiguracji, jeśli dany typ jednostki jest ignorowany, null w przeciwnym razie.

Dotyczy

FindIgnoredConfigurationSource(String)

Wskazuje, czy dana nazwa typu jednostki jest ignorowana.

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)

Parametry

typeName
String

Nazwa typu jednostki, który można zignorować.

Zwraca

Źródło konfiguracji, jeśli dana nazwa typu jednostki jest ignorowana, null w przeciwnym razie.

Dotyczy