RelationalValueGenerationConvention.GetValueGenerated メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetValueGenerated(IConventionProperty) |
指定したプロパティに対して設定するストア値生成戦略を返します。 |
GetValueGenerated(IProperty) |
指定したプロパティに対して設定するストア値生成戦略を返します。 |
GetValueGenerated(IProperty, StoreObjectIdentifier) |
指定したプロパティに対して設定するストア値生成戦略を返します。 |
GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier) |
指定したプロパティに対して設定するストア値生成戦略を返します。 |
GetValueGenerated(IConventionProperty)
指定したプロパティに対して設定するストア値生成戦略を返します。
protected override Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
override this.GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Protected Overrides Function GetValueGenerated (property As IConventionProperty) As Nullable(Of ValueGenerated)
パラメーター
- property
- IConventionProperty
プロパティ。
戻り値
指定されたプロパティに対して設定するストア値生成戦略。
適用対象
GetValueGenerated(IProperty)
指定したプロパティに対して設定するストア値生成戦略を返します。
public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IProperty) As Nullable(Of ValueGenerated)
パラメーター
- property
- IProperty
プロパティ。
戻り値
指定されたプロパティに対して設定するストア値生成戦略。
適用対象
GetValueGenerated(IProperty, StoreObjectIdentifier)
指定したプロパティに対して設定するストア値生成戦略を返します。
public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ValueGenerated)
パラメーター
- property
- IProperty
プロパティ。
- storeObject
- StoreObjectIdentifier
ストア オブジェクトの識別子。
戻り値
指定されたプロパティに対して設定する新しいストア値生成戦略。
適用対象
GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)
指定したプロパティに対して設定するストア値生成戦略を返します。
public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ValueGenerated)
パラメーター
- property
- IReadOnlyProperty
プロパティ。
- storeObject
- StoreObjectIdentifier
ストア オブジェクトの識別子。
戻り値
指定されたプロパティに対して設定する新しいストア値生成戦略。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework