SqlServerModelExtensions.GetPerformanceLevelSqlConfigurationSource Method

Definition

Returns the ConfigurationSource for the performance level of the database.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPerformanceLevelSqlConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetPerformanceLevelSqlConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPerformanceLevelSqlConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

Parameters

model
IConventionModel

The model.

Returns

The ConfigurationSource for the performance level of the database.

Applies to