SqlServerPropertyExtensions.GetSequenceSchemaConfigurationSource Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the ConfigurationSource for the key value generation sequence schema.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetSequenceSchemaConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetSequenceSchemaConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetSequenceSchemaConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)
- property
- IConventionProperty
The property.
The ConfigurationSource for the key value generation sequence schema.
Product | Versions |
---|---|
Entity Framework Core | 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: