IConventionModel.FindIsOwnedConfigurationSource(Type) Method

Definition

Returns the configuration source if the given type is marked as owned.

C#
public Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? FindIsOwnedConfigurationSource (Type type);

Parameters

type
Type

The type of the entity type that could be owned.

Returns

The configuration source if the given type is marked as owned, null otherwise.

Applies to

Produkt Versioner
Entity Framework Core 6.0, 7.0, 8.0, 9.0