SqlServerModelExtensions.GetServiceTierSqlConfigurationSource Method

Definition

Returns the ConfigurationSource for the service tier of the database.

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

Parameters

model
IConventionModel

The model.

Returns

The ConfigurationSource for the service tier of the database.

Applies to