SqlServerPropertyExtensions.GetValueGenerationStrategyConfigurationSource メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
プロパティ。
戻り値
ConfigurationSource の SqlServerValueGenerationStrategy。
適用対象
GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)
特定のテーブルの ConfigurationSource の SqlServerValueGenerationStrategy を返します。
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
プロパティがオーバーライドされます。
戻り値
ConfigurationSource の SqlServerValueGenerationStrategy。
適用対象
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
特定のテーブルの ConfigurationSource の SqlServerValueGenerationStrategy を返します。
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
列を含むテーブルの識別子。
戻り値
ConfigurationSource の SqlServerValueGenerationStrategy。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework