RelationalModelExtensions.GetDefaultSchemaConfigurationSource Method

Definition

Returns the configuration source for the default schema.

C#
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetDefaultSchemaConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);

Parameters

model
IConventionModel

The model to find configuration source for.

Returns

The configuration source for the default schema.

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0