次の方法で共有


CosmosValueGenerationConvention.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

プロパティ。

戻り値

指定されたプロパティに対して設定するストア値生成戦略。

適用対象