次の方法で共有


RelationalValueGenerationConvention.MappingStrategyAllowsValueGeneration メソッド

定義

マッピング戦略とプロパティが規則によって値の生成を許可するかどうかを確認します。

protected virtual bool MappingStrategyAllowsValueGeneration (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string? mappingStrategy);
abstract member MappingStrategyAllowsValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string -> bool
override this.MappingStrategyAllowsValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string -> bool
Protected Overridable Function MappingStrategyAllowsValueGeneration (property As IConventionProperty, mappingStrategy As String) As Boolean

パラメーター

property
IConventionProperty

値の生成が検討されているプロパティ。

mappingStrategy
String

現在のマッピング戦略。

戻り値

true 値の生成が許可される場合は 。 false それ以外の場合は 。

適用対象