SqlServerPropertyExtensions.GetValueGenerationStrategyConfigurationSource メソッド

定義

オーバーロード

GetValueGenerationStrategyConfigurationSource(IConventionProperty)

の を ConfigurationSource 返します SqlServerValueGenerationStrategy

GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)

特定のテーブルの ConfigurationSourceSqlServerValueGenerationStrategy を返します。

GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)

特定のテーブルの ConfigurationSourceSqlServerValueGenerationStrategy を返します。

GetValueGenerationStrategyConfigurationSource(IConventionProperty)

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

パラメーター

property
IConventionProperty

プロパティ。

戻り値

ConfigurationSourceSqlServerValueGenerationStrategy

適用対象

GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)

特定のテーブルの ConfigurationSourceSqlServerValueGenerationStrategy を返します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (overrides As IConventionRelationalPropertyOverrides) As Nullable(Of ConfigurationSource)

パラメーター

overrides
IConventionRelationalPropertyOverrides

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

戻り値

ConfigurationSourceSqlServerValueGenerationStrategy

適用対象

GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)

特定のテーブルの ConfigurationSourceSqlServerValueGenerationStrategy を返します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ConfigurationSource)

パラメーター

property
IConventionProperty

プロパティ。

storeObject
StoreObjectIdentifier

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

戻り値

ConfigurationSourceSqlServerValueGenerationStrategy

適用対象