SqlServerPropertyExtensions.GetIdentitySeedConfigurationSource Method
Definition
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.
Overloads
GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier) |
Returns the ConfigurationSource for the identity seed for a particular table. |
GetIdentitySeedConfigurationSource(IConventionProperty) |
Returns the ConfigurationSource for the identity seed. |
GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides) |
Returns the ConfigurationSource for the identity seed for a particular table. |
GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)
Returns the ConfigurationSource for the identity seed for a particular table.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ConfigurationSource)
Parameters
- property
- IConventionProperty
The property.
- storeObject
- StoreObjectIdentifier
The identifier of the table containing the column.
Returns
The ConfigurationSource for the identity seed.
Applies to
GetIdentitySeedConfigurationSource(IConventionProperty)
Returns the ConfigurationSource for the identity seed.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)
Parameters
- property
- IConventionProperty
The property.
Returns
The ConfigurationSource for the identity seed.
Applies to
GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)
Returns the ConfigurationSource for the identity seed for a particular table.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (overrides As IConventionRelationalPropertyOverrides) As Nullable(Of ConfigurationSource)
Parameters
- overrides
- IConventionRelationalPropertyOverrides
The property overrides.
Returns
The ConfigurationSource for the identity seed.
Applies to
Entity Framework