Freigeben über


IConventionModel.FindIsOwnedConfigurationSource(Type) Methode

Definition

Gibt die Konfigurationsquelle zurück, wenn der angegebene Typ als im Besitz markiert ist.

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)

Parameter

type
Type

Der Typ des Entitätstyps, der im Besitz sein könnte.

Gibt zurück

Die Konfigurationsquelle, wenn der angegebene Typ als im Besitz markiert ist, andernfalls null .

Gilt für: