IConventionModel.FindIsSharedConfigurationSource(Type) Method

Definition

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

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

Parameters

type
Type

The type that could be shared.

Returns

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

Applies to

Toode Versioonid
Entity Framework Core 6.0, 7.0, 8.0, 9.0