SqlServerModelExtensions.GetIdentitySeedConfigurationSource Method

Definition

Returns the ConfigurationSource for the default schema.

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

Parameters

model
IConventionModel

The model.

Returns

The ConfigurationSource for the default schema.

Applies to