SqlServerPropertyExtensions.GetIdentitySeedConfigurationSource メソッド

定義

オーバーロード

GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)

特定の ConfigurationSource テーブルの ID シードの を返します。

GetIdentitySeedConfigurationSource(IConventionProperty)

ID シードの を ConfigurationSource 返します。

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

特定の ConfigurationSource テーブルの ID シードの を返します。

GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)

特定の ConfigurationSource テーブルの ID シードの を返します。

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)

パラメーター

property
IConventionProperty

プロパティ。

storeObject
StoreObjectIdentifier

列を含むテーブルの識別子。

戻り値

ConfigurationSource ID シードの 。

適用対象

GetIdentitySeedConfigurationSource(IConventionProperty)

ID シードの を ConfigurationSource 返します。

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)

パラメーター

property
IConventionProperty

プロパティ。

戻り値

ConfigurationSource ID シードの 。

適用対象

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

特定の ConfigurationSource テーブルの ID シードの を返します。

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)

パラメーター

overrides
IConventionRelationalPropertyOverrides

プロパティがオーバーライドされます。

戻り値

ConfigurationSource ID シードの 。

適用対象