IConventionModel.FindIsSharedConfigurationSource(Type) Method

Definition

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

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)

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