Freigeben über


IConventionModel.FindIsSharedConfigurationSource(Type) Methode

Definition

Gibt die Konfigurationsquelle zurück, wenn der angegebene Typ als freigegeben gekennzeichnet ist.

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)

Parameter

type
Type

Der Typ, der freigegeben werden könnte.

Gibt zurück

Die Konfigurationsquelle, wenn der angegebene Typ als freigegeben gekennzeichnet ist, null andernfalls.

Gilt für: