Sdílet prostřednictvím


IConventionModel.FindIsSharedConfigurationSource(Type) Metoda

Definice

Vrátí zdroj konfigurace, pokud je daný typ označen jako sdílený.

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

Parametry

type
Type

Typ, který lze sdílet.

Návraty

Zdroj konfigurace, pokud je daný typ označen jako sdílený, null jinak.

Platí pro