Udostępnij za pośrednictwem


SqlServerModelExtensions.GetSequenceSchemaConfigurationSource Metoda

Definicja

Zwraca wartość ConfigurationSource dla domyślnego schematu sekwencji generowania wartości klucza.

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

Parametry

model
IConventionModel

Model.

Zwraca

Dla ConfigurationSource domyślnego schematu sekwencji generowania wartości klucza.

Dotyczy