SqlServerPropertyExtensions.GetSequenceSchemaConfigurationSource Method

Definition

Returns the ConfigurationSource for the key value generation sequence schema.

C#
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetSequenceSchemaConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);

Parameters

property
IConventionProperty

The property.

Returns

The ConfigurationSource for the key value generation sequence schema.

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0